Searched defs:Base (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp19 TargetAndModeAdderDatabase(std::unique_ptr<CompilationDatabase> Base) argument
47 std::unique_ptr<CompilationDatabase> Base; member in class:clang::tooling::__anon2392::TargetAndModeAdderDatabase
52 inferTargetAndDriverMode(std::unique_ptr<CompilationDatabase> Base) { argument
[all...]
H A DExpandResponseFilesCompilationDatabase.cpp73 std::unique_ptr<CompilationDatabase> Base; member in class:clang::tooling::__anon2390::ExpandResponseFilesDatabase
81 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, argument
26 ExpandResponseFilesDatabase( std::unique_ptr<CompilationDatabase> Base, llvm::cl::TokenizerCallback Tokenizer, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.h18 typedef TargetLoweringObjectFileELF Base; typedef in class:llvm::AVRTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp19 getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, IntTy Default, DiagnosticsEngine *Diags, unsigned Base) argument
36 getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, DiagnosticsEngine *Diags, unsigned Base) argument
41 getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, uint64_t Default, DiagnosticsEngine *Diags, unsigned Base) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttrVisitor.h25 class Base { class in namespace:clang::attrvisitor
H A DDeclVisitor.h31 class Base { class in namespace:clang::declvisitor
H A DBaseSubobject.h32 const CXXRecordDecl *Base; member in class:clang::BaseSubobject
39 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) argument
70 static unsigned getHashValue(const clang::BaseSubobject &Base) { argument
[all...]
H A DTemplateArgumentVisitor.h25 class Base { class in namespace:clang::templateargumentvisitor
H A DVTTBuilder.h38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) argument
40 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstrtoul64.c235 UINT32 Base = 10; /* Default is decimal */ local
459 UINT32 Base = 10; /* Default is decimal */ local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h40 typedef InstVisitor<UnrolledInstAnalyzer, bool> Base; typedef in class:llvm::UnrolledInstAnalyzer
43 Value *Base = nullptr; member in struct:llvm::UnrolledInstAnalyzer::SimplifiedAddress
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp97 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base, argument
[all...]
H A DASTTypeTraits.cpp51 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp69 const auto &Base = BC->getBase(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecyclingAllocator.h30 Recycler<T, Size, Align> Base; member in class:llvm::RecyclingAllocator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.h99 std::string Base; member in class:clang::driver::toolchains::MinGW
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h34 SDValue Base; member in class:llvm::BaseIndexOffset
41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) argument
43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, argument
H A DMachineDominanceFrontier.h22 ForwardDominanceFrontierBase<MachineBasicBlock> Base; member in class:llvm::MachineDominanceFrontier
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h30 uint32_t Base = 0; member in struct:llvm::gsym::FileEntry
H A DLookupResult.h25 StringRef Base; ///< Line entry source file basename. member in struct:llvm::gsym::SourceLocation
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp46 const CXXRecordDecl *isRefCountable(const CXXBaseSpecifier *Base) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp70 const MCOperand &Base = MI->getOperand(OpNo); local
99 const MCOperand &Base = MI->getOperand(OpNo); local
105 const MCOperand &Base = MI->getOperand(OpNo); local
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc90 class Base { class in namespace:testing::internal
94 Base() : member_(0) {} function in class:testing::internal::Base
95 explicit Base(int n) : member_(n) {} function in class:testing::internal::Base
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h43 Register Base; member in struct:llvm::IndexedLoadStoreMatchInfo
50 Register Base; member in struct:llvm::PtrAddChain
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp27 Pointer::Pointer(Block *Pointee, unsigned Base, unsigned Offset) argument
76 APValue::LValueBase Base; local
[all...]

Completed in 222 milliseconds

1234567891011>>