Searched refs:IsBase (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 22 bool IsBase; member in __anoneba9b58c0111::TypeIndexer 30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 31 if (IsBase) { in TypeIndexer() 64 if (IsBase) { in VisitTypedefTypeLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 72 Desc->IsBase = false; in ctorArrayDesc() 120 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) { in ctorRecord() argument 124 Desc->IsInitialized = (B->isStatic() || F->IsArray) && !IsBase; in ctorRecord() 125 Desc->IsBase = IsBase; in ctorRecord()
|
| H A D | Descriptor.h | 176 unsigned IsBase : 1; member
|
| H A D | Pointer.h | 244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 410 if (IsBase) in changeComponent() 422 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 448 changeComponent(AM, IsBase, Op0); in expandDisp() 459 bool IsBase) const { in expandAddress() 460 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 474 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() 476 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress() 479 return expandDisp(AM, IsBase, Op1, in expandAddress() 482 return expandDisp(AM, IsBase, Op0, in expandAddress() 485 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1417 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1419 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|