Searched defs:Base (Results 26 - 50 of 280) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp42 void VTTBuilder::AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, argument
59 void VTTBuilder::LayoutSecondaryVTTs(BaseSubobject Base) { argument
80 VTTBuilder::LayoutSecondaryVirtualPointers(BaseSubobject Base, argument
147 LayoutSecondaryVirtualPointers(BaseSubobject Base, uint64_t VTableIndex) argument
179 LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
H A DExprClassification.cpp220 auto *Base = cast<ArraySubscriptExpr>(E)->getBase()->IgnoreImpCasts(); local
[all...]
H A DMicrosoftCXXABI.cpp149 const CXXRecordDecl *Base = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp29 Optional<object::SectionedAddress> Base; member in class:__anon3621::DWARFLocationInterpreter
33 DWARFLocationInterpreter( Optional<object::SectionedAddress> Base, std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h60 Value *Base; member in struct:llvm::reassociate::Factor
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp50 auto *Base = dyn_cast<SCEVUnknown>(SE.getPointerBase(S)); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp99 const Value *Base = GetUnderlyingObject(Loc.Ptr, DL); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp75 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, argument
85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, argument
127 SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset) argument
146 SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexutils.c424 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstrsuppt.c532 AcpiUtInsertDigit( UINT64 *AccumulatedValue, UINT32 Base, int AsciiDigit) argument
575 AcpiUtStrtoulMultiply64( UINT64 Multiplicand, UINT32 Base, UINT64 *OutProduct) argument
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc67 class Base { class in namespace:testing::__anon806
69 explicit Base(int a_x) : x_(a_x) {} function in class:testing::__anon806::Base
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp83 const auto *Base = local
H A DCGVTT.cpp129 getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
155 getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h137 const Value *Base; member in struct:llvm::BasicAAResult::DecomposedGEP
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp87 EmitNode(raw_ostream &OS, ASTNode Base) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h59 typedef SizeClassMapBase<Config> Base; typedef in class:scudo::FixedSizeClassMap
106 typedef SizeClassMapBase<Config> Base; typedef in class:scudo::TableSizeClassMap
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h156 auto Base = &S->Data; variable
371 auto Base = &Tail->Data; variable
403 auto Base = &Tail->Data; variable
423 auto Base = &S->Data; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h145 virtual SVal getLValueField(const FieldDecl *D, SVal Base) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h33 struct Base { struct in class:clang::interp::Record
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp172 SDValue Base = DAG.getTargetLoweringInfo().unwrapAddress(Ptr); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp37 const uint32_t Base = insertString(filename); local
H A DGsymReader.cpp391 StringRef Base = getString(FE->Base); local
400 OS << Base; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp121 bool LanaiDAGToDAGISel::selectAddrRiSpls(SDValue Addr, SDValue &Base, argument
201 selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
206 selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp109 const MachineOperand &Base = MI->getOperand(OpNum); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp322 const MCSymbol *Base = Asm.getAtom(*Symbol); local

Completed in 418 milliseconds

1234567891011>>