Home
last modified time | relevance | path

Searched refs:SubstitutionType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/gn/
Dsubstitution_type.h15 enum SubstitutionType { enum
84 void FillVector(std::vector<SubstitutionType>* vect) const;
92 bool SubstitutionIsInOutputDir(SubstitutionType type);
95 bool IsValidSourceSubstitution(SubstitutionType type);
97 bool IsValidToolSubstutition(SubstitutionType type);
98 bool IsValidCompilerSubstitution(SubstitutionType type);
99 bool IsValidCompilerOutputsSubstitution(SubstitutionType type);
100 bool IsValidLinkerSubstitution(SubstitutionType type);
101 bool IsValidLinkerOutputsSubstitution(SubstitutionType type);
102 bool IsValidCopySubstitution(SubstitutionType type);
[all …]
Dsubstitution_type.cc94 void SubstitutionBits::FillVector(std::vector<SubstitutionType>* vect) const { in FillVector()
97 vect->push_back(static_cast<SubstitutionType>(i)); in FillVector()
101 bool SubstitutionIsInOutputDir(SubstitutionType type) { in SubstitutionIsInOutputDir()
110 bool IsValidSourceSubstitution(SubstitutionType type) { in IsValidSourceSubstitution()
121 bool IsValidToolSubstutition(SubstitutionType type) { in IsValidToolSubstutition()
132 bool IsValidCompilerSubstitution(SubstitutionType type) { in IsValidCompilerSubstitution()
145 bool IsValidCompilerOutputsSubstitution(SubstitutionType type) { in IsValidCompilerOutputsSubstitution()
151 bool IsValidLinkerSubstitution(SubstitutionType type) { in IsValidLinkerSubstitution()
161 bool IsValidLinkerOutputsSubstitution(SubstitutionType type) { in IsValidLinkerOutputsSubstitution()
167 bool IsValidCopySubstitution(SubstitutionType type) { in IsValidCopySubstitution()
[all …]
Dsubstitution_pattern.h23 Subrange(SubstitutionType t, const std::string& l = std::string());
30 SubstitutionType type;
63 const std::vector<SubstitutionType>& required_types() const { in required_types()
74 std::vector<SubstitutionType> required_types_;
Dsubstitution_writer.h145 const std::vector<SubstitutionType>& types,
156 SubstitutionType type,
180 SubstitutionType type,
184 SubstitutionType type);
207 SubstitutionType type);
227 SubstitutionType type);
Dsubstitution_list.h34 const std::vector<SubstitutionType>& required_types() const { in required_types()
43 std::vector<SubstitutionType> required_types_;
Dfunction_toolchain.cc61 bool ValidateSubstitutionList(const std::vector<SubstitutionType>& list, in ValidateSubstitutionList()
62 bool (*validate)(SubstitutionType), in ValidateSubstitutionList() argument
66 SubstitutionType cur_type = list[i]; in ValidateSubstitutionList()
79 bool (*validate)(SubstitutionType), in ReadPattern() argument
138 bool (*validate)(SubstitutionType), in ReadOutputs() argument
753 bool (*subst_validator)(SubstitutionType) = NULL; in RunTool()
754 bool (*subst_output_validator)(SubstitutionType) = NULL; in RunTool()
Dsubstitution_writer.cc323 const std::vector<SubstitutionType>& types, in WriteNinjaVariablesForSource()
345 SubstitutionType type, in GetSourceSubstitution()
433 SubstitutionType type, in GetTargetSubstitution()
473 SubstitutionType type) { in GetTargetSubstitution()
513 SubstitutionType type) { in GetCompilerSubstitution()
558 SubstitutionType type) { in GetLinkerSubstitution()
Dsubstitution_pattern.cc17 SubstitutionPattern::Subrange::Subrange(SubstitutionType t, in Subrange()
64 ranges_.push_back(Subrange(static_cast<SubstitutionType>(i))); in Parse()
Dninja_action_target_writer.cc164 const std::vector<SubstitutionType>& args_substitutions_used = in WriteSourceRules()
Dsubstitution_writer_unittest.cc65 std::vector<SubstitutionType> types; in TEST()