Searched refs:ReplaceType (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/cert/ |
D | PostfixOperatorCheck.cpp | 55 QualType ReplaceType = in check() local 60 ReplaceType.addConst(); in check() 64 ReplaceType.getAsString(Result.Context->getPrintingPolicy()) + " "); in check()
|
/external/libchrome/base/strings/ |
D | string_util.cc | 718 enum class ReplaceType { REPLACE_ALL, REPLACE_FIRST }; enum 730 ReplaceType replace_type) { in DoReplaceMatchesAfterOffset() 745 if (replace_type == ReplaceType::REPLACE_FIRST) { in DoReplaceMatchesAfterOffset() 879 ReplaceType::REPLACE_ALL); in ReplaceCharsT() 888 replace_with, ReplaceType::REPLACE_FIRST); in ReplaceFirstSubstringAfterOffset() 897 replace_with, ReplaceType::REPLACE_FIRST); in ReplaceFirstSubstringAfterOffset() 906 replace_with, ReplaceType::REPLACE_ALL); in ReplaceSubstringsAfterOffset() 915 replace_with, ReplaceType::REPLACE_ALL); in ReplaceSubstringsAfterOffset()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.h | 264 void ReplaceType(Type* new_type, Type* original_type);
|
D | type_manager.cpp | 131 ReplaceType(type1, type2); in AnalyzeTypes() 995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() function in spvtools::opt::analysis::TypeManager
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | type_manager.h | 264 void ReplaceType(Type* new_type, Type* original_type);
|
D | type_manager.cpp | 131 ReplaceType(type1, type2); in AnalyzeTypes() 995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() function in spvtools::opt::analysis::TypeManager
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.h | 264 void ReplaceType(Type* new_type, Type* original_type);
|
D | type_manager.cpp | 131 ReplaceType(type1, type2); in AnalyzeTypes() 995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() function in spvtools::opt::analysis::TypeManager
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | symbol.h | 124 void ReplaceType(const DeclTypeSpec &); 350 void ReplaceType(const DeclTypeSpec &);
|
/external/llvm-project/flang/lib/Semantics/ |
D | symbol.cpp | 126 void EntityDetails::ReplaceType(const DeclTypeSpec &type) { type_ = &type; } in ReplaceType() function in Fortran::semantics::EntityDetails
|
D | type.cpp | 324 details->ReplaceType(*newType); in InstantiateComponent()
|