Searched defs:IsTemporary (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolGOFF.h | 23 MCSymbolGOFF(const MCSymbolTableEntry *Name, bool IsTemporary) in MCSymbolGOFF()
|
H A D | MCSymbol.h | 88 unsigned IsTemporary : 1; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 287 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 299 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor() 313 bool IsTemporary, UnknownSize) in Descriptor() 325 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor() 338 bool IsTemporary, UnknownSize) in Descriptor() 349 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
|
H A D | Program.cpp | 221 const bool IsTemporary = D.dyn_cast<const Expr *>(); in createGlobal() local 365 bool IsConst, bool IsTemporary, in createDescriptor()
|
H A D | Descriptor.h | 149 const bool IsTemporary = false; member
|
H A D | Compiler.cpp | 3498 bool IsTemporary = false; in allocateLocal() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 222 bool IsTemporary = IsRenamable && !SaveTempLabels; in getOrCreateSymbol() local 257 bool IsTemporary) { in createSymbolImpl() 294 bool IsTemporary) { in createRenamableSymbol() 329 bool IsTemporary = !SaveTempLabels; in createBlockSymbol() local 434 bool IsTemporary) { in createXCOFFSymbolImpl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1985 bool IsTemporary = false; in Visit() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 7981 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local
|