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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 935 bool CheckingForUndefinedBehavior = false;
967 bool checkingForUndefinedBehavior() const override {
968 return CheckingForUndefinedBehavior;
1165 checkingForUndefinedBehavior();
1186 return checkingForUndefinedBehavior();
1211 checkingForUndefinedBehavior();
2720 if (Info.checkingForUndefinedBehavior())
7858 Info.CheckingForUndefinedBehavior, false);
13400 if (Info.checkingForUndefinedBehavior())
13419 if (Info.checkingForUndefinedBehavior())
    [all...]

Completed in 59 milliseconds