Searched refs:buildDot (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/ |
D | SourceCodeBuildersTest.cpp | 192 testBuilder(buildDot, "S x; x;", "x."); in TEST() 196 testBuilder(buildDot, "S *x; *x;", "x->"); in TEST() 200 testBuilder(buildDot, "S *x; *(x);", "x->"); in TEST() 204 testBuilder(buildDot, "S x; x + x;", "(x + x)."); in TEST() 208 testBuilder(buildDot, "S *x; *(x + 1);", "(x + 1)->"); in TEST()
|
/external/llvm-project/clang/include/clang/Tooling/Transformer/ |
D | SourceCodeBuilders.h | 72 llvm::Optional<std::string> buildDot(const Expr &E, const ASTContext &Context);
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | SourceCodeBuilders.cpp | 115 llvm::Optional<std::string> tooling::buildDot(const Expr &E, in buildDot() function in tooling
|
D | Stencil.cpp | 291 : tooling::buildDot(*E, *Match.Context)) in evalData()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1690 Value *buildDot(int dim); 2172 Converter::buildDot(int dim) in buildDot() function in __anon9347d7160211::Converter 3272 val0 = buildDot(2); in handleInstruction() 3277 val0 = buildDot(3); in handleInstruction() 3282 val0 = buildDot(4); in handleInstruction()
|