/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1168 notMatches("void (*fp)(void);", pointerType(pointee(functionType())))); in TEST() 1170 pointerType(pointee(ignoringParens(functionType()))))); in TEST() 1209 loc(pointerType(pointee(qualType()))))); in TEST() 1212 loc(pointerType(pointee(pointerType()))))); in TEST() 1215 loc(qualType(isConstQualified(), pointerType())))); in TEST() 1223 hasType(pointerType())))); in TEST() 1237 hasType(pointerType())))); in TEST() 1247 hasType(pointerType())))); in TEST() 1261 hasType(pointerType())))); in TEST() 1309 loc(pointerType()))); in TEST() [all …]
|
D | ASTMatchersTraversalTest.cpp | 92 pointerType(pointee(builtinType())))))); in TEST() 98 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))), in TEST() 120 varDecl(hasName("i"), hasType(qualType(has(pointerType())))))); in TEST() 1759 EXPECT_TRUE(matches("int *a;", pointerType(pointee(builtinType())))); in TEST() 1762 loc(pointerType(pointee(builtinType()))))); in TEST() 1766 pointerType(pointee(isConstQualified(), builtinType())))); in TEST() 1769 pointerType(pointee(isConstQualified(), builtinType())))); in TEST()
|
D | ASTMatchersInternalTest.cpp | 179 "x", match(pointerType().bind("x"), AST->getASTContext())); in TEST()
|
D | ASTMatchersNarrowingTest.cpp | 1785 …EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()… in TEST()
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 66 int* pointerType(int *I, int * (*FP)(int *)) { in pointerType() function
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 186 Ice::Type pointerType() in pointerType() function 241 newAddress[i] = function->makeVariable(pointerType()); in performScalarReplacementOfAggregates()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1716 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local 1718 if (!pointerType) in CheckObjCForCollectionOperand() 1724 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() 1754 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand() 3487 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local 3488 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
|
D | SemaChecking.cpp | 1282 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local 1283 if (!pointerType) { in CheckARMBuiltinExclusiveCall() 1292 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall() 2046 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local 2047 type = pointerType->getPointeeType(); in CheckNonNullArguments() 2403 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local 2404 if (!pointerType) { in SemaAtomicOpsOverloaded() 2411 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded() 2675 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local 2676 if (!pointerType) { in SemaBuiltinAtomicOverloaded() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 366 REGISTER_MATCHER(pointerType); in RegistryMaps()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4664 AST_TYPE_MATCHER(PointerType, pointerType); 5352 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2448 const PointerType *pointerType in emitPointerArithmetic() local 2450 if (!pointerType) { in emitPointerArithmetic() 2464 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1534 Id pointerType = makePointer(storageClass, type); in createVariable() local 1535 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable); in createVariable()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 1534 Id pointerType = makePointer(storageClass, type); in createVariable() local 1535 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable); in createVariable()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 950 const string pointerType = (scalarInput) ? "%up_scalartype" : "%up_testtype"; in createInputTestfun() local 953 …const StringTemplate testfun ("%input${n_input}_loc = OpAccessChain " + pointerType + " %input${n… in createInputTestfun()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 2059 SpvId pointerType = this->getPointerType(type, SpvStorageClassFunction); in getLValue() local 2060 this->writeInstruction(SpvOpVariable, pointerType, result, SpvStorageClassFunction, in getLValue()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
D | jquery.js | 5818 pointerType: true, property
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
D | jquery-3.5.1.js | 5818 pointerType: true, property
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
D | jquery.js | 5818 pointerType: true, property
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
D | jquery-3.5.1.js | 5818 pointerType: true, property
|
/external/oboe/docs/reference/ |
D | jquery.js | 87 …cument).unbind(n);h=false}}}function j(l){return !/^(4|mouse)$/.test(l.pointerType)}function i(l,n…
|
/external/angle/third_party/vulkan_memory_allocator/docs/html/ |
D | jquery.js | 2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|
/external/tinyxml2/docs/ |
D | jquery.js | 2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|