reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
767 GlobalVarSummary(GVFlags Flags, GVarFlags VarFlags, 777 GVarFlags varflags() const { return VarFlags; }lib/Analysis/ModuleSummaryAnalysis.cpp
600 GlobalVarSummary::GVarFlags VarFlags(CanBeInternalized, CanBeInternalized);
lib/AsmParser/LLParser.cpp8139 GlobalVarSummary::GVarFlags GVarFlags(/*ReadOnly*/ false, 8805 bool LLParser::ParseGVarFlags(GlobalVarSummary::GVarFlags &GVarFlags) {lib/AsmParser/LLParser.h
355 bool ParseGVarFlags(GlobalVarSummary::GVarFlags &GVarFlags);
lib/Bitcode/Reader/BitcodeReader.cpp986 static GlobalVarSummary::GVarFlags getDecodedGVarFlags(uint64_t RawFlags) { 5951 GlobalVarSummary::GVarFlags GVF(/* ReadOnly */ false, 5974 GlobalVarSummary::GVarFlags GVF = getDecodedGVarFlags(Record[2]); 6092 GlobalVarSummary::GVarFlags GVF(/* ReadOnly */ false,lib/Bitcode/Writer/BitcodeWriter.cpp
1028 static uint64_t getEncodedGVarFlags(GlobalVarSummary::GVarFlags Flags) {
usr/include/c++/7.4.0/bits/move.h72 constexpr _Tp&& 73 forward(typename std::remove_reference<_Tp>::type& __t) noexcept 83 constexpr _Tp&& 84 forward(typename std::remove_reference<_Tp>::type&& __t) noexceptusr/include/c++/7.4.0/bits/unique_ptr.h
824 make_unique(_Args&&... __args) 825 { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }usr/include/c++/7.4.0/type_traits
1629 { typedef _Tp type; }; 1633 { typedef _Tp type; };