HomeSort by relevance Sort by last modified time
    Searched refs:CheckKind (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 162 CFITypeCheckKind CheckKind;
ubsan_handlers_cxx.cc 112 switch (Data->CheckKind) {
ubsan_handlers.cc 528 if (Data->CheckKind != CFITCK_ICall)
567 if (Data->CheckKind == CFITCK_ICall)
577 if (Data->CheckKind == CFITCK_ICall)
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 182 enum CheckKind {
356 /// Sets CheckKind to the kind of the checker responsible for this
358 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
360 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
363 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 568 milliseconds