Searched refs:SubstitutionType (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/tools/gn/ |
D | substitution_type.h | 15 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 …]
|
D | substitution_type.cc | 94 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 …]
|
D | substitution_pattern.h | 23 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_;
|
D | substitution_writer.h | 145 const std::vector<SubstitutionType>& types, 156 SubstitutionType type, 180 SubstitutionType type, 184 SubstitutionType type); 207 SubstitutionType type); 227 SubstitutionType type);
|
D | substitution_list.h | 34 const std::vector<SubstitutionType>& required_types() const { in required_types() 43 std::vector<SubstitutionType> required_types_;
|
D | function_toolchain.cc | 61 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()
|
D | substitution_writer.cc | 323 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()
|
D | substitution_pattern.cc | 17 SubstitutionPattern::Subrange::Subrange(SubstitutionType t, in Subrange() 64 ranges_.push_back(Subrange(static_cast<SubstitutionType>(i))); in Parse()
|
D | ninja_action_target_writer.cc | 164 const std::vector<SubstitutionType>& args_substitutions_used = in WriteSourceRules()
|
D | substitution_writer_unittest.cc | 65 std::vector<SubstitutionType> types; in TEST()
|