Home
last modified time | relevance | path

Searched defs:validate (Results 1 – 24 of 24) sorted by relevance

/llvm-project/libcxx/test/std/containers/sequences/
H A Dfrom_range_sequence_containers.h63 constexpr void test_sequence_container_with_input(std::array<T, N>&& input, ValidateFunc validate) { in test_sequence_container_with_input() argument
95 constexpr void test_sequence_container(ValidateFunc validate) { in test_sequence_container() argument
116 constexpr void test_vector_bool(ValidateFunc validate) { in test_vector_bool() argument
[all...]
H A Dinsert_range_sequence_containers.h428 constexpr void test_sequence_insert_range(Validate validate) { in test_sequence_insert_range()
497 constexpr void test_sequence_prepend_range(Validate validate) { in test_sequence_prepend_range()
540 constexpr void test_sequence_append_range(Validate validate) { in test_sequence_append_range()
583 constexpr void test_sequence_assign_range(Validate validate) { in test_sequence_assign_range()
/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveYAML.cpp29 std::string MappingTraits<ArchYAML::Archive>::validate(IO &, in validate() function in llvm::yaml::MappingTraits::Archive
46 MappingTraits<ArchYAML::Archive::Child>::validate(IO &, in validate() function in llvm::yaml::MappingTraits::Archive::Child
H A DDWARFYAML.cpp334 std::string MappingTraits<DWARFYAML::ListEntries<EntryType>>::validate( validate() function in llvm::yaml::MappingTraits::ListEntries
H A DELFYAML.cpp1159 std::string MappingTraits<ELFYAML::ProgramHeader>::validate( validate() function in llvm::yaml::MappingTraits::ProgramHeader
1352 std::string MappingTraits<ELFYAML::Symbol>::validate(IO &IO, validate() function in llvm::yaml::MappingTraits::Symbol
1726 std::string MappingTraits<std::unique_ptr<ELFYAML::Chunk>>::validate( validate() function in llvm::yaml::MappingTraits::unique_ptr::Chunk
H A DMinidumpYAML.cpp437 std::string yaml::MappingTraits<std::unique_ptr<Stream>>::validate( validate() function in yaml::MappingTraits::unique_ptr
H A DMachOYAML.cpp349 MappingTraits<MachOYAML::Section>::validate(IO &IO, validate() function in llvm::yaml::MappingTraits::Section
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dtest_categories.py70 def validate(categories, exact_match): function
/llvm-project/clang/docs/tools/
H A Ddump_format_help.py51 def validate(text, columns): global() function
/llvm-project/clang/lib/Driver/
H A DMultilib.cpp212 static std::string validate(IO &io, MultilibSerialization &V) { validate() function
237 static std::string validate(IO &io, MultilibSet::FlagMatcher &M) { validate() function
255 static std::string validate(IO &io, MultilibSetSerialization &M) { validate() function
/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp84 void InstructionPrecedenceTracking::validate(const BasicBlock *BB) const { in validate() function in InstructionPrecedenceTracking
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp111 void validate(const Triple &TT, const FeatureBitset &FeatureBits) { validate() function
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp61 bool validate(const ContextRoot *Root) { in validate() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp373 bool SchedClassClusterCentroid::validate( in validate() function in llvm::exegesis::SchedClassClusterCentroid
/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h101 bool validate() { in validate() function
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp407 void AMDGPUMCKernelCodeT::validate(const MCSubtargetInfo *STI, MCContext &Ctx) { validate() function in AMDGPUMCKernelCodeT
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp51 static std::string validate(IO &Io, FileFilter &File) { validate() function
/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp285 void ASTPropsEmitter::Validator::validate() { validate() function in ASTPropsEmitter::Validator
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp86 bool LoopVectorizeHints::Hint::validate(unsigned Val) { validate() function in llvm::LoopVectorizeHints::Hint
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp871 std::optional<llvm::Error> opts::symtab::validate() { validate() function in opts::symtab
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp1855 static std::string validate(IO &io, MyValidation &d) { validate() function
2626 static std::string validate(IO &io, SimpleMap &sm, MappingContext &Context) { validate() function
/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1077 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { validate() function in MatchableInfo
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1693 virtual bool validate(AMDGPUAsmParser &Parser) const { validate() function
7389 bool validate(AMDGPUAsmParser &Parser) const override { parseHwreg() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp351 bool TypeSetByHwMode::validate() const { in validate() function in TypeSetByHwMode