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

  /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...]
  /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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
awk.pass.cpp 387 std::regex_constants::awk | std::regex_constants::nosubs)));
    [all...]
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.search/
awk.pass.cpp 449 std::regex_constants::awk | std::regex_constants::nosubs)));
    [all...]
ecma.pass.cpp 447 std::regex_constants::nosubs)));
    [all...]
extended.pass.cpp 449 std::regex_constants::extended | std::regex_constants::nosubs)));
    [all...]

Completed in 311 milliseconds