Searched defs:IsTemporary (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 208 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor() 219 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, in Descriptor() 229 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor() 240 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, in Descriptor() 251 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
|
H A D | Program.cpp | 188 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local 313 bool IsConst, bool IsTemporary, in createDescriptor()
|
H A D | Descriptor.h | 111 const bool IsTemporary = false; member
|
H A D | ByteCodeExprGen.cpp | 810 bool IsTemporary = false; in allocateLocal() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbolGOFF.h | 22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
|
H A D | MCSymbol.h | 88 unsigned IsTemporary : 1; variable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 231 bool IsTemporary) { in createSymbolImpl() 273 bool IsTemporary = CanBeUnnamed; in createSymbol() local 378 bool IsTemporary) { in createXCOFFSymbolImpl()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1957 bool IsTemporary = false; in Visit() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 8868 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
|