Searched defs:IsTemporary (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A 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()
|
H A D | Program.cpp | 167 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local 297 bool IsConst, bool IsTemporary, in createDescriptor()
|
H A D | Descriptor.h | 78 const bool IsTemporary = false; member
|
H A D | ByteCodeExprGen.cpp | 441 bool IsTemporary = false; in allocateLocal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 217 bool IsTemporary) { in createSymbolImpl() 252 bool IsTemporary = CanBeUnnamed; in createSymbol() local 357 bool IsTemporary) { in createXCOFFSymbolImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 87 unsigned IsTemporary : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1448 bool IsTemporary = false; in Visit() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 8459 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
|