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

1 2

  /external/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 19 // nosubs = unspecified,
38 assert(std::regex_constants::nosubs != 0);
48 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0);
58 assert((std::regex_constants::nosubs & std::regex_constants::optimize) == 0);
59 assert((std::regex_constants::nosubs & std::regex_constants::collate) == 0);
60 assert((std::regex_constants::nosubs & std::regex_constants::ECMAScript) == 0);
61 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::extended) == 0);
63 assert((std::regex_constants::nosubs & std::regex_constants::awk) == 0);
64 assert((std::regex_constants::nosubs & std::regex_constants::grep) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 19 // nosubs = unspecified,
38 assert(std::regex_constants::nosubs != 0);
48 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0);
58 assert((std::regex_constants::nosubs & std::regex_constants::optimize) == 0);
59 assert((std::regex_constants::nosubs & std::regex_constants::collate) == 0);
60 assert((std::regex_constants::nosubs & std::regex_constants::ECMAScript) == 0);
61 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::extended) == 0);
63 assert((std::regex_constants::nosubs & std::regex_constants::awk) == 0);
64 assert((std::regex_constants::nosubs & std::regex_constants::grep) == 0)
    [all...]
  /external/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 18 // static constexpr regex_constants::syntax_option_type nosubs = regex_constants::nosubs;
40 static_assert((BR::nosubs == std::regex_constants::nosubs), "");
50 where(BR::nosubs);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 18 // static constexpr regex_constants::syntax_option_type nosubs = regex_constants::nosubs;
40 static_assert((BR::nosubs == std::regex_constants::nosubs), "");
50 where(BR::nosubs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_constants.h 86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 358 static constexpr regex_constants::syntax_option_type nosubs member in class:basic_regex
359 = regex_constants::nosubs;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 351 static constexpr flag_type nosubs = regex_constants::nosubs; member in class:basic_regex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 351 static constexpr flag_type nosubs = regex_constants::nosubs; member in class:basic_regex
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 358 static constexpr regex_constants::syntax_option_type nosubs member in class:basic_regex
359 = regex_constants::nosubs;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 359 static constexpr regex_constants::syntax_option_type nosubs member in class:basic_regex
360 = regex_constants::nosubs;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 358 static constexpr regex_constants::syntax_option_type nosubs member in class:basic_regex
359 = regex_constants::nosubs;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 359 static constexpr regex_constants::syntax_option_type nosubs member in class:basic_regex
360 = regex_constants::nosubs;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 93 constexpr syntax_option_type nosubs = 1 << _S_nosubs; member in namespace:regex_constants
regex.h 351 static constexpr flag_type nosubs = regex_constants::nosubs; member in class:basic_regex
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 93 nosubs = 1 << _S_nosubs,
regex.h 419 static constexpr flag_type nosubs = regex_constants::nosubs; member in class:basic_regex
    [all...]
  /external/libcxx/test/re/re.alg/re.alg.match/
ecma.pass.cpp 375 std::regex_constants::nosubs)));
    [all...]
extended.pass.cpp 386 std::regex_constants::extended | std::regex_constants::nosubs)));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
ecma.pass.cpp 375 std::regex_constants::nosubs)));
    [all...]

Completed in 1682 milliseconds

1 2