| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 25 bool IsBase; member in __anon707677ad0111::TypeIndexer 33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 34 if (IsBase) { in TypeIndexer() 67 if (IsBase) { in VisitTypedefTypeLoc()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 429 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 431 if (IsBase) in changeComponent() 440 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 443 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 464 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 469 changeComponent(AM, IsBase, Op0); in expandDisp() 480 bool IsBase) const { in expandAddress() 481 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 496 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.h | 85 unsigned IsBase : 1; 99 IsBase(false), IsActive(false), IsFieldMutable(false), Desc(D) {} in InlineDescriptor()
|
| H A D | Descriptor.cpp | 100 Desc->IsBase = false; in ctorArrayDesc() 154 Desc->IsBase = false; in initField() 175 Desc->IsBase = true; in initBase()
|
| H A D | DynamicAllocator.cpp | 76 ID->IsBase = false; in allocate()
|
| H A D | EvalEmitter.cpp | 96 Desc.IsBase = false; in createLocal()
|
| H A D | Disasm.cpp | 251 OS << "IsBase: " << IsBase << "\n"; in dump()
|
| H A D | Pointer.h | 489 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 23 IsBase, enumerator 72 KIND(LVTypeKind, IsBase);
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 88 {LVTypeKind::IsBase, &LVType::getIsBase},
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1450 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1453 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx, in getCXXDestructorCall()
|
| /src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),
|