Home
last modified time | relevance | path

Searched refs:binaryOperator (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp727 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 DASTMatchersNarrowingTest.cpp316 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 DASTMatchersNodeTest.cpp1356 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 DLibASTMatchersTutorial.rst191 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/
DDurationRewriter.h130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/abseil/
DDurationRewriter.h130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/abseil/
DDurationRewriter.h130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/abseil/
DDurationRewriter.h130 return binaryOperator( in AST_MATCHER_FUNCTION_P()
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp111 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCreateWorkloadTests.cpp70 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 DASTMatchers.h1744 BinaryOperator> binaryOperator; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchers.h2557 binaryOperator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchers.h2569 binaryOperator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchers.h2569 binaryOperator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchers.h2569 binaryOperator;
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.0.0/
HDkotlin-compose-compiler-plugin-embeddable-2.0.0.jarMETA-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/
HDkotlin-compose-compiler-plugin-2.0.0.jarMETA-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/
HDcompiler-hosted-1.5.11.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/compiler-hosted. ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler/1.5.11/
HDcompiler-1.5.11.jarMETA-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/
Dandroidx.compose.compiler_compiler-hosted.jarMETA-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/
HDkotlin-plugin-ij193-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF kotlinManifest.properties META-INF/annotation ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/
HDkotlin-compiler-mvn.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-compiler.jarMETA-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/
HDkotlin-compiler-embeddable-1.9.23.jarMETA-INF/ META-INF/MANIFEST.MF FirNativeForwardDeclarationGetClassCallChecker.class FirNativeForwardDeclarationGetClassCallChecker.kt package FirNativeForwardDeclarationGetClassCallChecker ...
/aosp_15_r20/prebuilts/ktlint/
HDktlint-android-all.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pinterest/ com/ ...

12