HomeSort by relevance Sort by last modified time
    Searched defs:AP (Results 26 - 29 of 29) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 97 void generateDeallocatorMismatchReport(const AllocationPair &AP,
105 BugReport *generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
123 void markInteresting(BugReport *R, const AllocationPair &AP) const {
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
254 generateDeallocatorMismatchReport(const AllocationPair &AP,
258 State = State->remove<AllocatedData>(AP.first);
267 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
272 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
274 markInteresting(Report, AP);
    [all...]
  /external/llvm/lib/IR/
PassManager.cpp 510 Pass *AP = *I;
511 LastUser[AP] = P;
513 if (P == AP)
516 // Update the last users of passes that are required transitive by AP.
517 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
543 // If AP is the last user of other passes then make P last user of
547 if (LUI->second == AP)
863 if (Pass *AP = findAnalysisPass(AID, true)) {
864 TimeRegion PassTimer(getPassTimer(AP));
865 AP->verifyAnalysis()
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 666 AP = -4, // AP (military base in the Pacific)
829 CA, CA, AP, AP, AP, AP, AP, HI, HI, GU, // 960-969
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 450 milliseconds

12