Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp94 QualType FieldT = I->getType(); in isCallback() local
95 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType()) in isCallback()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2828 PrimType FieldT = *S.getContext().classify(FieldPtr.getType()); in SetThreeWayComparisonField() local
2830 INT_TYPE_SWITCH(FieldT, in SetThreeWayComparisonField()
H A DCompiler.cpp3274 PrimType FieldT = classifyPrim(F->Decl->getType()); in VisitSourceLocExpr() local
3276 if (!this->visitAPValue(FieldValue, FieldT, E)) in VisitSourceLocExpr()
3278 if (!this->emitInitField(FieldT, F->Offset, E)) in VisitSourceLocExpr()