/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 56 MakeT Make; variable 60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred() argument 109 auto Make = std::nullopt; in anyType() local 117 auto Make = std::nullopt; anyIntType() local 139 auto Make = std::nullopt; anyFloatType() local 258 auto Make = std::nullopt; anyVectorType() local [all...] |
/llvm-project/flang/include/flang/Common/ |
H A D | indirection.h | 63 static common::IfNoLvalue<Indirection, ARGS...> Make(ARGS &&...args) { in Make() function 115 static common::IfNoLvalue<Indirection, ARGS...> Make(ARGS &&...args) { in Make() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
H A D | no-internal-dependencies.cpp | 59 template <typename U> static C Make(U *p) { return C{}; } in Make() function in C
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 226 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { validExtractValueIndex() local 262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { matchScalarInAggregate() local 285 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { validInsertValueIndex() local 334 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { validShuffleVectorIndex() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | DependencyOutputOptions.h | 22 enum class DependencyOutputFormat { Make, NMake }; enumerator
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.h | 37 Make, enumerator
|
/llvm-project/third-party/benchmark/test/ |
H A D | donotoptimize_test.cc | 19 static BitRef Make() { in Make() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 119 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, Make() function
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 963 Symbol &Make(const Scope &owner, const SourceName &name, const Attrs &attrs, Make() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1206 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, Make() function in MCGenDwarfLabelEntry
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 116 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { Make() function in BindingKey [all...] |