Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = None; in anyType() local
117 auto Make = None; in anyIntType() local
125 auto Make = None; in anyFloatType() local
189 auto Make = None; in anyVectorType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
232 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
255 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
304 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h38 Make, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Ddonotoptimize_test.cc19 static BitRef Make() { in Make() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_test.cc19 static BitRef Make() { in Make() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1219 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() function in MCGenDwarfLabelEntry
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp115 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make() function in BindingKey