Home
last modified time | relevance | path

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

/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/TextAPI/
H A DTextStubV5.cpp187 std::function<std::optional<StubT>(JsonT)> Validate = nullptr) { in getRequiredValue()
206 StubT DefaultValue, function_ref<std::optional<StubT>(JsonT)> Validate) { in getRequiredValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1061 void LowOverheadLoop::Validate(ARMBasicBlockUtils *BBUtils) { in Validate() function in LowOverheadLoop
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h342 bool Validate = true; // Indicate whether to validate types. member