Searched refs:Precise (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp124 bool Precise = false; member in struct:__anon2223::RuntimeType
141 /*Precise=*/true};
151 /*Precise=*/true};
162 return {ObjTy->getObjectType(), /*Precise=*/true};
341 // use ObjTy.Precise flag here.
344 // and replace hardcoded 'false' with '!ObjTy.Precise'.
928 ReceiverRuntimeType.Precise) {
938 !ReceiverRuntimeType.Precise);
961 State, RetSym, ReceiversSuperClass, !ReceiverRuntimeType.Precise);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2350 : Param(param), Precise(precise) {}
2353 ARCPreciseLifetime_t Precise; member in struct:__anon1705::final
2356 CGF.EmitARCRelease(Param, Precise);
H A DCGExpr.cpp302 bool Precise = local
305 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise

Completed in 107 milliseconds