/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 727 StatementMatcher OperatorOr = binaryOperator(hasOperatorName("||")); in TEST() 735 binaryOperator(hasLHS(cxxBoolLiteral(equals(true))), in TEST() 750 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST() 762 matches("void x() { 3, 4; }", binaryOperator(hasOperatorName(",")))); in TEST() 765 binaryOperator(hasOperatorName("=")))); in TEST() 767 matches("bool b = 1 != 2;", binaryOperator(hasOperatorName("!=")))); in TEST() 769 matches("bool b = 1 == 2;", binaryOperator(hasOperatorName("==")))); in TEST() 770 EXPECT_TRUE(matches("bool b = 1 < 2;", binaryOperator(hasOperatorName("<")))); in TEST() 772 matches("bool b = 1 <= 2;", binaryOperator(hasOperatorName("<=")))); in TEST() 774 matches("int i = 1 << 2;", binaryOperator(hasOperatorName("<<")))); in TEST() [all …]
|
H A D | ASTMatchersNarrowingTest.cpp | 316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST() 572 binaryOperator(hasOperatorName("+"), in TEST() 575 binaryOperator(hasOperatorName("+"), in TEST() 1674 auto Matcher = binaryOperator(unless(isInTemplateInstantiation())); in TEST()
|
H A D | ASTMatchersNodeTest.cpp | 1356 EXPECT_FALSE(matches(code, binaryOperator(hasLHS( in TEST() 1358 EXPECT_TRUE(matches(code, binaryOperator(hasRHS( in TEST()
|
/aosp_15_r20/external/clang/docs/ |
H A D | LibASTMatchersTutorial.rst | 191 is a matcher to do exactly that, conveniently named ``binaryOperator``. 196 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0)))) 395 hasCondition(binaryOperator(hasOperatorName("<")) 402 hasCondition(binaryOperator( 439 hasCondition(binaryOperator( 487 hasCondition(binaryOperator(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/abseil/ |
D | DurationRewriter.h | 130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 111 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A D | ClCreateWorkloadTests.cpp | 70 static void ClCreateElementwiseWorkloadTest(BinaryOperation binaryOperator) in ClCreateElementwiseWorkloadTest() argument 76 …load = CreateElementwiseBinaryWorkloadTest<WorkloadType, DataType>(factory, graph, binaryOperator); in ClCreateElementwiseWorkloadTest()
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1744 BinaryOperator> binaryOperator; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2557 binaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2569 binaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2569 binaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2569 binaryOperator;
|
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.0.0/ |
HD | kotlin-compose-compiler-plugin-embeddable-2.0.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/compiler-hosted. ... |
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.0/ |
HD | kotlin-compose-compiler-plugin-2.0.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/compiler-hosted. ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted/1.5.11/ |
HD | compiler-hosted-1.5.11.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/compiler-hosted. ... |
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler/1.5.11/ |
HD | compiler-1.5.11.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/compiler-hosted. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted/1.5.11/androidx.compose.compiler_compiler-hosted/linux_glibc_common/local-combined/ |
D | androidx.compose.compiler_compiler-hosted.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/compiler-hosted. ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/ |
HD | kotlin-plugin-ij193-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
kotlinManifest.properties
META-INF/annotation ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/ |
HD | kotlin-compiler-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/jps-common ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
FirNativeForwardDeclarationGetClassCallChecker.class
FirNativeForwardDeclarationGetClassCallChecker.kt
package FirNativeForwardDeclarationGetClassCallChecker ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.23/ |
HD | kotlin-compiler-embeddable-1.9.23.jar | META-INF/
META-INF/MANIFEST.MF
FirNativeForwardDeclarationGetClassCallChecker.class
FirNativeForwardDeclarationGetClassCallChecker.kt
package FirNativeForwardDeclarationGetClassCallChecker ... |
/aosp_15_r20/prebuilts/ktlint/ |
HD | ktlint-android-all.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pinterest/
com/ ... |