Searched defs:CheckKind (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h162 CFITypeCheckKind CheckKind; member in struct:__ubsan::CFICheckFailData
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp182 enum CheckKind { enum in class:__anon1627::MallocChecker
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,
1461 Optional<MallocChecker::CheckKind>
1471 return Optional<MallocChecker::CheckKind>();
1483 return Optional<MallocChecker::CheckKind>();
1492 Optional<MallocChecker::CheckKind>
1500 Optional<MallocChecker::CheckKind>
1647 Optional<MallocChecker::CheckKind> CheckKind; local
2715 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); local
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2696 llvm::Value *CheckKind = Builder.CreateLoad(CheckKindAddr); local
2718 Builder.CreateICmpNE(CheckKind, llvm::ConstantInt::get(Int8Ty, Kind));

Completed in 138 milliseconds