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

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dspe_ambiguous.d3 #name: Validate SPE instructions
H A Defs2.d3 #name: Validate EFS2 instructions
H A Defs.d3 #name: Validate EFS instructions
H A Dvle.d3 #name: Validate VLE instructions
H A Dspe.d3 #name: Validate SPE instructions
H A Dlsp.d3 #name: Validate LSP instructions
H A Dspe2.d3 #name: Validate SPE2 instructions
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h206 static void Validate() { function in class:SizeClassMap
208 // Printf("Validate: c%zd\n", c);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h204 static void Validate() { function in class:SizeClassMap
206 // Printf("Validate: c%zd\n", c);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h205 static void Validate() { function in class:SizeClassMap
207 // Printf("Validate: c%zd\n", c);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
347 Infer.Validate = false;
350 Infer.Validate = SavedValidate;
359 bool Validate = true; // Indicate whether to validate types. member in struct:llvm::TypeInfer
H A DCodeGenDAGPatterns.cpp853 if (Infer.Validate && !VTS.validate()) {
3211 // Validate the argument list, converting it to set, to discard duplicates.
4299 // Validate that the input pattern is correct.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp430 void Validate(ARMBasicBlockUtils *BBUtils);
1022 void LowOverheadLoop::Validate(ARMBasicBlockUtils *BBUtils) { function in class:LowOverheadLoop
1282 LoLoop.Validate(BBUtils.get());
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc170 SCMap::Validate();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp628 /// \param Validate If true, validate preprocessor options. If false, allow
637 bool Validate = true) {
653 if (!Validate || Known == ASTFileMacros.end()) {
696 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) {
705 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && Validate) {
2626 // Validate the module before returning. This call catches an AST with
2631 // Validate input files.
2797 // Validate the AST before processing any imports (otherwise, untangling
2892 // Validate the AST as soon as we have a name so we can exit early on

Completed in 200 milliseconds