Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp198 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 DProgram.cpp188 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local
313 bool IsConst, bool IsTemporary, in createDescriptor()
H A DDescriptor.h111 const bool IsTemporary = false; member
H A DByteCodeExprGen.cpp810 bool IsTemporary = false; in allocateLocal() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp231 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 DExprEngine.cpp1957 bool IsTemporary = false; in Visit() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp8868 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local