Home
last modified time | relevance | path

Searched refs:allocateDescriptor (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.cpp56 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, in createGlobalString()
243 return allocateDescriptor(BD, BR, /*isConst=*/false, in getOrCreateRecord()
317 return allocateDescriptor(D, Record, IsConst, IsTemporary, IsMutable); in createDescriptor()
332 return allocateDescriptor(D, *T, NumElems, IsConst, IsTemporary, in createDescriptor()
344 return allocateDescriptor(D, Desc, NumElems, IsConst, IsTemporary, in createDescriptor()
353 return allocateDescriptor(D, *T, IsTemporary, in createDescriptor()
360 return allocateDescriptor(D, Desc, IsTemporary, in createDescriptor()
375 return allocateDescriptor(D, ElemTy, 2, IsConst, IsTemporary, IsMutable); in createDescriptor()
H A DProgram.h108 return allocateDescriptor(D, Type, IsConst, IsTemporary, IsMutable);
197 Descriptor *allocateDescriptor(Ts &&... Args) { in allocateDescriptor() function