Searched defs:IsTemporary (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | Descriptor.cpp | 189 bool IsTemporary, bool IsMutable) in Descriptor() 198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 207 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, in Descriptor() 217 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 227 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, in Descriptor() 237 bool IsTemporary, bool IsMutable) in Descriptor()
|
D | Program.cpp | 167 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local 297 bool IsConst, bool IsTemporary, in createDescriptor()
|
D | Descriptor.h | 78 const bool IsTemporary = false; member
|
D | ByteCodeExprGen.cpp | 441 bool IsTemporary = false; in allocateLocal() local
|
/external/lzma/CPP/Windows/ |
D | FileFind.h | 60 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 172 bool IsTemporary) { in createSymbolImpl() 208 bool IsTemporary = CanBeUnnamed; in createSymbol() local 306 bool IsTemporary) { in createXCOFFSymbolImpl()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 156 bool IsTemporary) { in createSymbolImpl() 178 bool IsTemporary = CanBeUnnamed; in createSymbol() local
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 82 unsigned IsTemporary : 1; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbol.h | 87 unsigned IsTemporary : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 87 unsigned IsTemporary : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 160 bool IsTemporary) { in createSymbolImpl() 186 bool IsTemporary = CanBeUnnamed; in createSymbol() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 954 bool IsTemporary = false; in Visit() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 1443 bool IsTemporary = false; in Visit() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6662 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 8378 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
|