Home
last modified time | relevance | path

Searched defs:IsTemporary (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCContext.cpp231 bool IsTemporary) { in createSymbolImpl()
273 bool IsTemporary = CanBeUnnamed; in createSymbol() local
378 bool IsTemporary) { in createXCOFFSymbolImpl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
H A DMCSymbol.h88 unsigned IsTemporary : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
DMCSymbol.h87 unsigned IsTemporary : 1; variable
/aosp_15_r20/external/llvm/lib/MC/
H A DMCContext.cpp156 bool IsTemporary) { in createSymbolImpl()
178 bool IsTemporary = CanBeUnnamed; in createSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCContext.cpp160 bool IsTemporary) { in createSymbolImpl()
186 bool IsTemporary = CanBeUnnamed; in createSymbol() local
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_args.h114 friend constexpr bool IsTemporary(const ArgInfo& arg) { in IsTemporary() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h120 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCSymbol.h82 unsigned IsTemporary : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h87 unsigned IsTemporary : 1; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go664 IsTemporary bool // if true, error is temporary; not all errors set this member
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp954 bool IsTemporary = false; in Visit() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp6662 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local