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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 73 bool NullCheckValue = !ResultType->isReferenceType();
81 if (NullCheckValue) {
97 if (NullCheckValue) {
CGClass.cpp 295 CastExpr::path_const_iterator PathEnd, bool NullCheckValue,
341 SkippedChecks.set(SanitizerKind::Null, !NullCheckValue);
353 if (NullCheckValue) {
385 if (NullCheckValue) {
404 bool NullCheckValue) {
425 if (NullCheckValue) {
444 if (NullCheckValue) {
CodeGenFunction.h 2777 bool NullCheckValue, SourceLocation Loc);
2783 bool NullCheckValue);

Completed in 54 milliseconds