HomeSort by relevance Sort by last modified time
    Searched refs:EST_ComputedNoexcept (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
ExceptionSpecificationType.h 27 EST_ComputedNoexcept, ///< noexcept(expression)
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 281 if (ESI.Type == EST_ComputedNoexcept) {
294 if (getLangOpts().MicrosoftExt && ESI.Type != EST_ComputedNoexcept) {
299 ESI.Type != EST_ComputedNoexcept) {
336 case EST_ComputedNoexcept:
    [all...]
SemaTemplateVariadic.cpp 781 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept &&
    [all...]
DeclSpec.cpp 250 case EST_ComputedNoexcept:
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclPrinter.cpp 545 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
TypePrinter.cpp 612 if (getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]

Completed in 927 milliseconds

1 2 3