HomeSort by: relevance | last modified time | path
    Searched refs:Precise (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 124 bool Precise = false;
141 /*Precise=*/true};
151 /*Precise=*/true};
162 return {ObjTy->getObjectType(), /*Precise=*/true};
338 // type is actually precise (and it is not exactly correct).
341 // use ObjTy.Precise flag here.
344 // and replace hardcoded 'false' with '!ObjTy.Precise'.
456 // Id the old type is 'id', the new one is more precise.
825 // has a more precise tracked type than the programmer intends at the call
926 // We want to consider only precise information on generics
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 2408 ARCPreciseLifetime_t precise)
2409 : Param(param), Precise(precise) {}
2412 ARCPreciseLifetime_t Precise;
2415 CGF.EmitARCRelease(Param, Precise);
2548 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local
2551 precise); local
CGExpr.cpp 310 bool Precise =
313 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise
543 // more precise lifetime marks.

Completed in 21 milliseconds