Searched refs:builtinType (Results 1 – 8 of 8) sorted by relevance
/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/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/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 2283 TBuiltInVariable builtinType = EbvNone; in acceptStructBufferType() local 2287 builtinType = EbvAppendConsume; in acceptStructBufferType() 2292 builtinType = EbvByteAddressBuffer; in acceptStructBufferType() 2295 builtinType = EbvAppendConsume; in acceptStructBufferType() 2299 builtinType = EbvRWByteAddressBuffer; in acceptStructBufferType() 2302 builtinType = EbvRWStructuredBuffer; in acceptStructBufferType() 2305 builtinType = EbvStructuredBuffer; in acceptStructBufferType() 2356 blockType.getQualifier().builtIn = builtinType; in acceptStructBufferType()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 116 REGISTER_MATCHER(builtinType); in RegistryMaps()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 1575 hasType(type(anyOf(builtinType(), enumType()))), in main()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4383 AST_TYPE_MATCHER(BuiltinType, builtinType);
|