Home
last modified time | relevance | path

Searched refs:builtinType (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DUpgradeDurationConversionsCheck.cpp40 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/
DASTMatchersTraversalTest.cpp68 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 …]
DASTMatchersNarrowingTest.cpp1756 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()
DASTMatchersNodeTest.cpp1100 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/
DNarrowingConversionsCheck.cpp52 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/
DReturnBracedInitListCheck.cpp37 returns(unless(anyOf(builtinType(), autoType()))), in registerMatchers()
/external/clang/test/CodeGen/
Dxcore-stringtype.c30 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, in builtinType() function
/external/llvm-project/clang/test/CodeGen/
Dxcore-stringtype.c30 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/
DFoldInitTypeCheck.cpp23 return hasCanonicalType(builtinType().bind(ID)); in registerMatchers()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp67 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 …]
DASTMatchersNarrowingTest.cpp2978 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()
DASTMatchersNodeTest.cpp1523 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/
DhlslGrammar.cpp2296 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/
DhlslGrammar.cpp2298 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/
DParser.java1127 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/
DTransformerTest.cpp503 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/
DRegistry.cpp116 REGISTER_MATCHER(builtinType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp153 REGISTER_MATCHER(builtinType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp993 const AstTypeMatcher<BuiltinType> builtinType; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4383 AST_TYPE_MATCHER(BuiltinType, builtinType);
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6075 extern const AstTypeMatcher<BuiltinType> builtinType;