Searched refs:RightHandSide (Results 1 – 8 of 8) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 58 tvec4<T, P> RightHandSide; local 59 RightHandSide[0] = LocalMatrix[0][3]; 60 RightHandSide[1] = LocalMatrix[1][3]; 61 RightHandSide[2] = LocalMatrix[2][3]; 62 RightHandSide[3] = LocalMatrix[3][3]; 70 Perspective = TransposedInversePerspectiveMatrix * RightHandSide;
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | SynthesisTest.cpp | 127 {LeafRParen, NodeRole::RightHandSide}}, in TEST_P() 153 {Int2, NodeRole::RightHandSide}}, in TEST_P()
|
D | TreeTest.cpp | 137 {Children[2], NodeRole::RightHandSide}}, in TEST_F() 144 role(NodeRole::RightHandSide))); in TEST_F() 149 role(NodeRole::RightHandSide))); in TEST_F()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Nodes.cpp | 65 case syntax::NodeRole::RightHandSide: in operator <<() 218 findChild(syntax::NodeRole::RightHandSide)); in getRhs()
|
D | BuildTree.cpp | 1156 Builder.markExprChild(S->getRHS(), syntax::NodeRole::RightHandSide); in WalkUpFromBinaryOperator() 1241 Builder.markExprChild(S->getArg(1), syntax::NodeRole::RightHandSide); in WalkUpFromCXXOperatorCallExpr()
|
/external/llvm-project/clang/include/clang/Tooling/Syntax/ |
D | Nodes.h | 89 RightHandSide, enumerator
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3639 const Expr *RightHandSide = Node.getRHS(); in AST_POLYMORPHIC_MATCHER_P() local 3640 return (RightHandSide != nullptr && in AST_POLYMORPHIC_MATCHER_P() 3641 InnerMatcher.matches(*RightHandSide, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5243 const Expr *RightHandSide = Node.getRHS(); in AST_POLYMORPHIC_MATCHER_P() local 5244 return (RightHandSide != nullptr && in AST_POLYMORPHIC_MATCHER_P() 5245 InnerMatcher.matches(*RightHandSide, Finder, Builder)); in AST_POLYMORPHIC_MATCHER_P()
|