Searched refs:Validate (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/share/mk/
H A Dsrc.sys.mk15 # Validate that the user didn't try setting an env-only variable in
24 # Validate the env-only variables.
H A Dbsd.dirs.mk43 # Validate that duplicate dirs have the same metadata.
H A Dsrc.libnames.mk687 # Validate that listed LIBADD are valid.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h205 static void Validate() { function in class:SizeClassMap
207 // Printf("Validate: c%zd\n", c);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h350 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
351 Infer.Validate = false;
354 Infer.Validate = SavedValidate;
363 bool Validate = true; // Indicate whether to validate types. member in struct:llvm::TypeInfer
H A DCodeGenDAGPatterns.cpp832 if (Infer.Validate && !VTS.validate()) {
3157 // Validate the argument list, converting it to set, to discard duplicates.
4254 // Validate that the input pattern is correct.
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S86 # Validate drive number in %dl.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp625 /// \param Validate If true, validate preprocessor options. If false, allow
634 bool Validate = true) {
650 if (!Validate || Known == ASTFileMacros.end()) {
693 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) {
702 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && Validate) {
2608 // Validate the module before returning. This call catches an AST with
2613 // Validate input files.
2773 // Validate the AST before processing any imports (otherwise, untangling
2868 // Validate the AST as soon as we have a name so we can exit early on

Completed in 188 milliseconds