Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h55 MakeT Make; variable
59 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
108 auto Make = std::nullopt; in anyType() local
116 auto Make = std::nullopt; in anyIntType() local
124 auto Make = std::nullopt; in anyFloatType() local
189 auto Make = std::nullopt; in anyVectorType() local
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DOperations.cpp203 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
239 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
311 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h36 Make, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h22 enum class DependencyOutputFormat { Make, NMake }; enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticIDs.h111 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1198 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() function in MCGenDwarfLabelEntry
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp115 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { in Make() function in BindingKey