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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2961 bool DoDefault = false;
2964 DoDefault = true;
2970 DoDefault = true;
2972 if (!DoDefault && (2 * HaveAlign) == NeedAlign) {
2976 DoDefault =
2979 if (DoDefault) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 388 // Returns true if and only if this is the DoDefault() action.
408 // fun_ is an empty function if and only if this is the DoDefault() action.
728 // Implements the polymorphic DoDefault() action.
731 // This template type conversion operator allows DoDefault() to be
1052 inline internal::DoDefaultAction DoDefault() {
gmock-spec-builders.h 332 "DoDefault() cannot be used in ON_CALL().");
906 repeated_action_(DoDefault()) {}

Completed in 59 milliseconds