Searched refs:IsBase (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 25 bool IsBase; member in __anon3e46ae080111::TypeIndexer 33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 34 if (IsBase) { in TypeIndexer() 67 if (IsBase) { in VisitTypedefTypeLoc()
|
| /llvm-project-15.0.7/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 | 241 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 409 if (IsBase) in changeComponent() 421 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 447 changeComponent(AM, IsBase, Op0); in expandDisp() 458 bool IsBase) const { in expandAddress() 459 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 473 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() 475 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress() 478 return expandDisp(AM, IsBase, Op1, in expandAddress() 481 return expandDisp(AM, IsBase, Op0, in expandAddress() 484 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1323 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1325 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 200 * **IsBase**: flag indicating whether the record is a base class. In that
|