/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | UpgradeDurationConversionsCheck.cpp | 40 unless(hasTemplateArgument(0, refersToType(builtinType()))), in registerMatchers() 52 unless(hasTemplateArgument(0, refersToType(builtinType()))), in registerMatchers() 64 unless(hasTemplateArgument(0, refersToType(builtinType()))), in registerMatchers() 78 unless(hasTemplateArgument(0, refersToType(builtinType()))), in registerMatchers()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 68 decl(hasDescendant(loc(builtinType()))))); in TEST() 70 stmt(hasDescendant(builtinType())))); in TEST() 73 stmt(hasDescendant(loc(builtinType()))))); in TEST() 75 stmt(hasDescendant(qualType(builtinType()))))); in TEST() 89 qualType(hasDescendant(builtinType())))); in TEST() 92 pointerType(pointee(builtinType())))))); in TEST() 94 typeLoc(hasDescendant(loc(builtinType()))))); in TEST() 117 varDecl(hasName("i"), hasType(qualType(has(builtinType())))))); in TEST() 1758 referenceType(pointee(builtinType())))); in TEST() 1759 EXPECT_TRUE(matches("int *a;", pointerType(pointee(builtinType())))); in TEST() [all …]
|
D | ASTMatchersNarrowingTest.cpp | 1756 arrayType(hasElementType(builtinType())))); in TEST() 1760 qualType(arrayType(hasElementType(builtinType()))))); in TEST() 1763 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST() 1770 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST() 1773 qualType(arrayType(hasElementType(isConstQualified(), builtinType()))))); in TEST() 1776 qualType(arrayType(hasElementType(builtinType())), in TEST() 1780 constantArrayType(hasElementType(builtinType())))); in TEST() 1793 complexType(hasElementType(builtinType())))); in TEST()
|
D | ASTMatchersNodeTest.cpp | 1100 constantArrayType(hasElementType(builtinType())))); in TEST() 1314 loc(pointerType(pointee(builtinType()))))); in TEST() 1317 pointerType(pointee(builtinType())))); in TEST()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NarrowingConversionsCheck.cpp | 52 hasUnqualifiedDesugaredType(builtinType())), in registerMatchers() 54 hasUnqualifiedDesugaredType(builtinType()))), in registerMatchers() 66 hasLHS(expr(hasType(hasUnqualifiedDesugaredType(builtinType())))), in registerMatchers() 67 hasRHS(expr(hasType(hasUnqualifiedDesugaredType(builtinType())))), in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | ReturnBracedInitListCheck.cpp | 37 returns(unless(anyOf(builtinType(), autoType()))), in registerMatchers()
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | xcore-stringtype.c | 30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | FoldInitTypeCheck.cpp | 23 return hasCanonicalType(builtinType().bind(ID)); in registerMatchers()
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 67 decl(hasDescendant(loc(builtinType()))))); in TEST() 69 stmt(hasDescendant(builtinType())))); in TEST() 72 stmt(hasDescendant(loc(builtinType()))))); in TEST() 74 stmt(hasDescendant(qualType(builtinType()))))); in TEST() 88 qualType(hasDescendant(builtinType())))); in TEST() 91 pointerType(pointee(builtinType())))))); in TEST() 93 typeLoc(hasDescendant(loc(builtinType()))))); in TEST() 116 varDecl(hasName("i"), hasType(qualType(has(builtinType())))))); in TEST() 865 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() 882 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() [all …]
|
D | ASTMatchersNarrowingTest.cpp | 2978 arrayType(hasElementType(builtinType())))); in TEST_P() 2981 qualType(arrayType(hasElementType(builtinType()))))); in TEST_P() 2984 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST_P() 2990 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST_P() 2993 qualType(arrayType(hasElementType(isConstQualified(), builtinType()))))); in TEST_P() 2995 qualType(arrayType(hasElementType(builtinType())), in TEST_P() 2999 matches("int a[2];", constantArrayType(hasElementType(builtinType())))); in TEST_P() 3013 matches("_Complex float f;", complexType(hasElementType(builtinType())))); in TEST_P()
|
D | ASTMatchersNodeTest.cpp | 1523 constantArrayType(hasElementType(builtinType())))); in TEST_P() 1784 loc(pointerType(pointee(builtinType()))))); in TEST_P() 1786 pointerType(pointee(builtinType())))); in TEST_P()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 2296 TBuiltInVariable builtinType = EbvNone; in acceptStructBufferType() local 2300 builtinType = EbvAppendConsume; in acceptStructBufferType() 2305 builtinType = EbvByteAddressBuffer; in acceptStructBufferType() 2308 builtinType = EbvAppendConsume; in acceptStructBufferType() 2312 builtinType = EbvRWByteAddressBuffer; in acceptStructBufferType() 2315 builtinType = EbvRWStructuredBuffer; in acceptStructBufferType() 2318 builtinType = EbvStructuredBuffer; in acceptStructBufferType() 2369 blockType.getQualifier().builtIn = builtinType; in acceptStructBufferType()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 2298 TBuiltInVariable builtinType = EbvNone; in acceptStructBufferType() local 2302 builtinType = EbvAppendConsume; in acceptStructBufferType() 2307 builtinType = EbvByteAddressBuffer; in acceptStructBufferType() 2310 builtinType = EbvAppendConsume; in acceptStructBufferType() 2314 builtinType = EbvRWByteAddressBuffer; in acceptStructBufferType() 2317 builtinType = EbvRWStructuredBuffer; in acceptStructBufferType() 2320 builtinType = EbvStructuredBuffer; in acceptStructBufferType() 2371 blockType.getQualifier().builtIn = builtinType; in acceptStructBufferType()
|
/external/javassist/src/main/javassist/compiler/ |
D | Parser.java | 1127 private ASTree parseDotClass(int builtinType, int dim) in parseDotClass() argument 1131 String cname = CodeGen.toJvmTypeName(builtinType, dim); in parseDotClass() 1135 switch(builtinType) { in parseDotClass() 1165 + builtinType); in parseDotClass()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | TransformerTest.cpp | 503 auto IntToChar = makeRule(typeLoc(loc(qualType(isInteger(), builtinType()))), in TEST_F() 544 makeRule(typeLoc(loc(qualType(isInteger(), builtinType()))).bind("loc"), in TEST_F() 587 makeRule(qualType(isInteger(), builtinType()), changeTo(cat("char"))); in TEST_F() 646 makeRule(typeLoc(loc(qualType(isInteger(), builtinType()))).bind("loc"), in TEST_F()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 116 REGISTER_MATCHER(builtinType); in RegistryMaps()
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 153 REGISTER_MATCHER(builtinType); in RegistryMaps()
|
/external/llvm-project/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 993 const AstTypeMatcher<BuiltinType> builtinType; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4383 AST_TYPE_MATCHER(BuiltinType, builtinType);
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 6075 extern const AstTypeMatcher<BuiltinType> builtinType;
|