HomeSort by: relevance | last modified time | path
    Searched defs:CheckKind (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 210 CFITypeCheckKind CheckKind;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h 224 CFITypeCheckKind CheckKind;
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 224 CFITypeCheckKind CheckKind;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 39 enum CheckKind {
ValistChecker.cpp 41 enum CheckKind {
CallAndMessageChecker.cpp 64 enum CheckKind {
NullabilityChecker.cpp 109 enum CheckKind {
122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const {
160 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK,
166 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N,
438 StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N,
StdLibraryFunctionsChecker.cpp 561 enum CheckKind {
MallocChecker.cpp 303 enum CheckKind {
673 /// Sets CheckKind to the kind of the checker responsible for this
675 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
678 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
1865 Optional<MallocChecker::CheckKind>
1900 Optional<MallocChecker::CheckKind>
2008 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2009 if (!CheckKind.hasValue())
2013 if (!BT_BadFree[*CheckKind])
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 3432 llvm::Value *CheckKind = Builder.CreateLoad(CheckKindAddr);
3454 Builder.CreateICmpNE(CheckKind, llvm::ConstantInt::get(Int8Ty, Kind));
CGExprScalar.cpp 1168 ImplicitConversionCheckKind CheckKind;
1174 CheckKind = Check.first;
1184 CheckKind = ICCK_SignedIntegerTruncationOrSignChange;
1192 llvm::ConstantInt::get(Builder.getInt8Ty(), CheckKind)};

Completed in 69 milliseconds