Home
last modified time | relevance | path

Searched refs:FieldT (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp95 QualType FieldT = I->getType(); in isCallback() local
96 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType()) in isCallback()
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpBuiltin.cpp1539 PrimType FieldT = *S.getContext().classify(FieldPtr.getType()); in SetThreeWayComparisonField() local
1541 INT_TYPE_SWITCH(FieldT, in SetThreeWayComparisonField()
HDCompiler.cpp2623 PrimType FieldT = classifyPrim(F->Decl->getType()); in VisitSourceLocExpr() local
2625 if (!this->visitAPValue(FieldValue, FieldT, E)) in VisitSourceLocExpr()
2627 if (!this->emitInitField(FieldT, F->Offset, E)) in VisitSourceLocExpr()