Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h205 static void Validate() { in Validate() function
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp187 std::function<std::optional<StubT>(JsonT)> Validate = nullptr) { in getRequiredValue() argument
206 StubT DefaultValue, function_ref<std::optional<StubT>(JsonT)> Validate) { in getRequiredValue() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1073 void LowOverheadLoop::Validate(ARMBasicBlockUtils *BBUtils) { Validate() function in LowOverheadLoop