Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DDescriptor.cpp189 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()
DProgram.cpp167 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local
297 bool IsConst, bool IsTemporary, in createDescriptor()
DDescriptor.h78 const bool IsTemporary = false; member
DByteCodeExprGen.cpp441 bool IsTemporary = false; in allocateLocal() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSymbolGOFF.h22 MCSymbolGOFF(const StringMapEntry<bool> *Name, bool IsTemporary) in MCSymbolGOFF()
DMCSymbol.h88 unsigned IsTemporary : 1; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCContext.cpp221 bool IsTemporary) { in createSymbolImpl()
258 bool IsTemporary = CanBeUnnamed; in createSymbol() local
363 bool IsTemporary) { in createXCOFFSymbolImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1450 bool IsTemporary = false; in Visit() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaInit.cpp8460 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local