/llvm-project/libcxx/test/std/containers/sequences/ |
H A D | from_range_sequence_containers.h | 63 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 D | insert_range_sequence_containers.h | 428 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 D | ArchiveYAML.cpp | 29 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 D | DWARFYAML.cpp | 334 std::string MappingTraits<DWARFYAML::ListEntries<EntryType>>::validate( validate() function in llvm::yaml::MappingTraits::ListEntries
|
H A D | ELFYAML.cpp | 1159 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 D | MinidumpYAML.cpp | 437 std::string yaml::MappingTraits<std::unique_ptr<Stream>>::validate( validate() function in yaml::MappingTraits::unique_ptr
|
H A D | MachOYAML.cpp | 349 MappingTraits<MachOYAML::Section>::validate(IO &IO, validate() function in llvm::yaml::MappingTraits::Section
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | test_categories.py | 70 def validate(categories, exact_match): function
|
/llvm-project/clang/docs/tools/ |
H A D | dump_format_help.py | 51 def validate(text, columns): global() function
|
/llvm-project/clang/lib/Driver/ |
H A D | Multilib.cpp | 212 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 D | InstructionPrecedenceTracking.cpp | 84 void InstructionPrecedenceTracking::validate(const BasicBlock *BB) const { in validate() function in InstructionPrecedenceTracking
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 111 void validate(const Triple &TT, const FeatureBitset &FeatureBits) { validate() function
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 61 bool validate(const ContextRoot *Root) { in validate() function
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 373 bool SchedClassClusterCentroid::validate( in validate() function in llvm::exegesis::SchedClassClusterCentroid
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 101 bool validate() { in validate() function
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 407 void AMDGPUMCKernelCodeT::validate(const MCSubtargetInfo *STI, MCContext &Ctx) { validate() function in AMDGPUMCKernelCodeT
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyOptions.cpp | 51 static std::string validate(IO &Io, FileFilter &File) { validate() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 285 void ASTPropsEmitter::Validator::validate() { validate() function in ASTPropsEmitter::Validator
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 86 bool LoopVectorizeHints::Hint::validate(unsigned Val) { validate() function in llvm::LoopVectorizeHints::Hint
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 871 std::optional<llvm::Error> opts::symtab::validate() { validate() function in opts::symtab
|
/llvm-project/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 1855 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 D | AsmMatcherEmitter.cpp | 1077 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { validate() function in MatchableInfo
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1693 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 D | CodeGenDAGPatterns.cpp | 351 bool TypeSetByHwMode::validate() const { in validate() function in TypeSetByHwMode
|