/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 849 EXPECT_TRUE(notMatches("int a[42]; void x() { a[23]; }", unaryOperator())); in TEST() 859 StatementMatcher OperatorNot = unaryOperator(hasOperatorName("!")); in TEST() 867 unaryOperator(hasUnaryOperand(cxxBoolLiteral(equals(false)))); in TEST() 876 EXPECT_TRUE(matches("bool b = !true;", unaryOperator(hasOperatorName("!")))); in TEST() 878 matches("bool b; bool *p = &b;", unaryOperator(hasOperatorName("&")))); in TEST() 879 EXPECT_TRUE(matches("int i = ~ 1;", unaryOperator(hasOperatorName("~")))); in TEST() 881 matches("bool *p; bool b = *p;", unaryOperator(hasOperatorName("*")))); in TEST() 883 matches("int i; int j = +i;", unaryOperator(hasOperatorName("+")))); in TEST() 885 matches("int i; int j = -i;", unaryOperator(hasOperatorName("-")))); in TEST() 887 matches("int i; int j = ++i;", unaryOperator(hasOperatorName("++")))); in TEST() [all …]
|
H A D | ASTMatchersNodeTest.cpp | 753 varDecl(hasInitializer(parenListExpr(has(unaryOperator())))))); in TEST()
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 281 unaryOperator( in TEST() 332 unaryOperator(hasUnaryOperand(integerLiteral(equals(5)))) in TEST() 357 unaryOperator(hasOperatorName("-"), in TEST()
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ActivationTestHelper.hpp | 45 flatbuffers::Offset <Operator> unaryOperator = in CreateActivationTfLiteModel() local 58 flatBufferBuilder.CreateVector(&unaryOperator, 1)); in CreateActivationTfLiteModel()
|
H A D | ElementwiseUnaryTestHelper.hpp | 45 flatbuffers::Offset <Operator> unaryOperator = in CreateElementwiseUnaryTfLiteModel() local 58 flatBufferBuilder.CreateVector(&unaryOperator, 1)); in CreateElementwiseUnaryTfLiteModel()
|
/aosp_15_r20/external/clang/docs/ |
H A D | LibASTMatchersTutorial.rst | 348 hasIncrement(unaryOperator(hasOperatorName("++"))) 353 variable declarations. To find a ``unaryOperator`` that refers to a 358 hasIncrement(unaryOperator( 367 hasIncrement(unaryOperator( 376 hasIncrement(unaryOperator( 483 hasIncrement(unaryOperator(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/modernize/ |
D | IntegralLiteralExpressionMatcher.h | 51 bool unaryOperator();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/modernize/ |
D | IntegralLiteralExpressionMatcher.h | 51 bool unaryOperator();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/modernize/ |
D | IntegralLiteralExpressionMatcher.h | 51 bool unaryOperator();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/modernize/ |
D | IntegralLiteralExpressionMatcher.h | 51 bool unaryOperator();
|
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 407 REGISTER_MATCHER(unaryOperator); in RegistryMaps()
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1754 UnaryOperator> unaryOperator; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2566 unaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2578 unaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2578 unaryOperator;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2578 unaryOperator;
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | jaxen-1.1-beta-7.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jaxen/
org/ ... |
/aosp_15_r20/external/antlr/runtime/ActionScript/project/lib/ |
HD | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |
/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/cmdline-tools/tools/lib/external/lint-psi/intellij-core/ |
HD | intellij-core-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/ |
HD | intellij-core-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/prebuilts/ktlint/ |
HD | ktlint-android-all.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pinterest/
com/ ... |