Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h70 bool Validate; variable
74 bool Validate) in formatv_object_base()
148 formatv_object(StringRef Fmt, Tuple &&Params, bool Validate) in formatv_object()
253 inline auto formatv(bool Validate, const char *Fmt, Ts &&...Vals) { in formatv()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h205 static void Validate() { in Validate() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp143 bool Validate) { in parseFormatString()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp214 std::function<std::optional<StubT>(JsonT)> Validate = nullptr) { in getRequiredValue()
233 StubT DefaultValue, function_ref<std::optional<StubT>(JsonT)> Validate) { in getRequiredValue()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h341 bool Validate = true; // Indicate whether to validate types. member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1055 void LowOverheadLoop::Validate(ARMBasicBlockUtils *BBUtils) { in Validate() function in LowOverheadLoop