Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 22 of 22) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1168 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 …]
DASTMatchersTraversalTest.cpp92 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()
DASTMatchersInternalTest.cpp179 "x", match(pointerType().bind("x"), AST->getASTContext())); in TEST()
DASTMatchersNarrowingTest.cpp1785 …EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()… in TEST()
/external/clang/test/CodeGen/
Dxcore-stringtype.c66 int* pointerType(int *I, int * (*FP)(int *)) { in pointerType() function
/external/swiftshader/src/Reactor/
DOptimizer.cpp186 Ice::Type pointerType() in pointerType() function
241 newAddress[i] = function->makeVariable(pointerType()); in performScalarReplacementOfAggregates()
/external/clang/lib/Sema/
DSemaStmt.cpp1716 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()
DSemaChecking.cpp1282 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/
DRegistry.cpp366 REGISTER_MATCHER(pointerType); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4664 AST_TYPE_MATCHER(PointerType, pointerType);
5352 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2448 const PointerType *pointerType in emitPointerArithmetic() local
2450 if (!pointerType) { in emitPointerArithmetic()
2464 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1534 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/
DSpvBuilder.cpp1534 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/
DvktSpvAsmTypeTests.cpp950 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/
DSkSLSPIRVCodeGenerator.cpp2059 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/
Djquery.js5818 pointerType: true, property
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js5818 pointerType: true, property
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js5818 pointerType: true, property
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js5818 pointerType: true, property
/external/oboe/docs/reference/
Djquery.js87 …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/
Djquery.js2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
/external/tinyxml2/docs/
Djquery.js2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property