Searched refs:allocateDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
D | Program.cpp | 41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, in createGlobalString() 228 return allocateDescriptor(BD, BR, /*isConst=*/false, in getOrCreateRecord() 302 return allocateDescriptor(D, Record, IsConst, IsTemporary, IsMutable); in createDescriptor() 317 return allocateDescriptor(D, *T, NumElems, IsConst, IsTemporary, in createDescriptor() 329 return allocateDescriptor(D, Desc, NumElems, IsConst, IsTemporary, in createDescriptor() 338 return allocateDescriptor(D, *T, IsTemporary, in createDescriptor() 345 return allocateDescriptor(D, Desc, IsTemporary, in createDescriptor() 360 return allocateDescriptor(D, ElemTy, 2, IsConst, IsTemporary, IsMutable); in createDescriptor()
|
D | Program.h | 105 return allocateDescriptor(D, Type, IsConst, IsTemporary, IsMutable); 189 Descriptor *allocateDescriptor(Ts &&... Args) { in allocateDescriptor() function
|