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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 54 *OS << "succeeded with value (";
121 *OS << "succeeded or did not fail with the error of given type";
173 MATCHER(Succeeded, "") { return arg.Success(); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 3629 bool Succeeded;
3630 if (Term->EvaluateAsBooleanCondition(Succeeded, Context) &&
3631 !Succeeded) {
6307 // If our expression has an appropriate type, we've succeeded.
SemaOverload.cpp 7866 /// pointer types. Returns true if the add of @p Ty itself succeeded,
7935 /// pointer types. Returns true if the add of @p Ty itself succeeded,
12497 // expression, regardless of whether or not it succeeded. Always
14291 bool Succeeded = false;
14309 Succeeded = true;
14336 if (!Succeeded)
14536 // Overload resolution succeeded; we'll build the appropriate call
14761 // Overload resolution succeeded; we'll build the call below.

Completed in 59 milliseconds