Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 = std::nullopt; in anyType() local
117 auto Make = std::nullopt; in anyIntType() local
139 auto Make = std::nullopt; in anyFloatType() local
258 auto Make = std::nullopt; in anyVectorType() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp226 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
285 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
334 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h37 Make, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h119 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1206 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() function in MCGenDwarfLabelEntry
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp116 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make() function in BindingKey