Searched defs:Arr (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h251 struct Arr { struct in class:clang::APValue
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1545 ArrayTypeInfo Arr; member in union:clang::DeclaratorChunk::__anon156
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp219 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : function in class:APValue::Arr
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1064 auto Arr = llvm::makeArrayRef(&ToBuf[0], ToPtr+1); variable
H A DCodeGenModule.cpp4778 auto Arr = llvm::makeArrayRef( local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp207 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {} argument
217 ArrayRef<std::string> Arr; member in struct:__anon917::MatchesAny
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) argument
496 ArrayRef<T> makeArrayRef(const std::array<T, N> &Arr) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp763 const ValueToValueMapTy *const Arr[] = {&VMap}; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp735 void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef *Arr) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp557 std::vector<COFFSection *> Arr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp420 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp301 std::array<uint8_t, 20> Arr; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4663 static SmallVector<std::string, 4> getGNUPropertyList(ArrayRef<uint8_t> Arr) { argument
[all...]

Completed in 334 milliseconds