Home
last modified time | relevance | path

Searched refs:buildDot (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/
DSourceCodeBuildersTest.cpp192 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/
DSourceCodeBuilders.h72 llvm::Optional<std::string> buildDot(const Expr &E, const ASTContext &Context);
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCodeBuilders.cpp115 llvm::Optional<std::string> tooling::buildDot(const Expr &E, in buildDot() function in tooling
DStencil.cpp291 : tooling::buildDot(*E, *Match.Context)) in evalData()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1690 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()