HomeSort by relevance Sort by last modified time
    Searched refs:RE (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 275 on RE: ERecognitionException do
278 ReportError(RE);
279 Recover(RE);
543 on RE: ERecognitionException do
544 WriteLn('Impossible: ' + RE.ToString);
689 on RE: ERecognitionException do
691 ReportError(RE);
692 Recover(Input,RE);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
270 llvm::Regex RE(RegExp);
271 return RE.match(Filename);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 531 RE = R.end(i);
532 for (; LI != LE && RI != RE; ++LI, ++RI) {
542 if (RI != RE)
612 // Check whether types are bitcastable. This part is just re-factored
751 const ConstantExpr *RE = cast<ConstantExpr>(R);
753 unsigned NumOperandsR = RE->getNumOperands();
758 cast<Constant>(RE->getOperand(i))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 21 // For more complicated match expressions we're often interested in accessing
26 // For example, when we're interested in child classes of a certain class, we
268 llvm::Regex RE(RegExp);
269 return RE.match(Filename);
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 471 // If we're supposed to retain the original modification times, etc. do so
505 // We're done editting, reconstruct the archive.
513 // doMore - Implement the move operation. This function re-arranges just the
560 // We're done editting, reconstruct the archive.
585 // We're done editting, reconstruct the archive.
614 // Determine if this archive member matches one of the paths we're trying
619 RE = remaining.end(); RI != RE; ++RI ) {
683 // We're done editting, reconstruct the archive.
722 // Produce a warning if we should and we're creating the archive
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
sh-dsp.s 16 ldc r4,RE ;!/* 0100nnnn01111110 ldc <REG_N>,RE */{"ldc",{A_REG_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_E}, arch_sh_dsp_up}
19 ldc.l @r4+,RE ;!/* 0100nnnn01110111 ldc.l @<REG_N>+,RE */{"ldc.l",{A_INC_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_7}, arch_sh_dsp_up}
40 stc RE,r4 ;!/* 0000nnnn01110010 stc RE,<REG_N> */{"stc",{A_RE,A_REG_N},{HEX_0,REG_N,HEX_7,HEX_2}, arch_sh_dsp_up}
43 stc.l RE,@-r4 ;!/* 0100nnnn01110011 stc.l RE,@-<REG_N> */{"stc.l",{A_RE,A_DEC_N},{HEX_4,REG_N,HEX_7,HEX_3}, arch_sh_dsp_up}
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
sh-dsp.s 16 ldc r4,RE ;!/* 0100nnnn01111110 ldc <REG_N>,RE */{"ldc",{A_REG_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_E}, arch_sh_dsp_up}
19 ldc.l @r4+,RE ;!/* 0100nnnn01110111 ldc.l @<REG_N>+,RE */{"ldc.l",{A_INC_N,A_RE},{HEX_4,REG_N,HEX_7,HEX_7}, arch_sh_dsp_up}
40 stc RE,r4 ;!/* 0000nnnn01110010 stc RE,<REG_N> */{"stc",{A_RE,A_REG_N},{HEX_0,REG_N,HEX_7,HEX_2}, arch_sh_dsp_up}
43 stc.l RE,@-r4 ;!/* 0100nnnn01110011 stc.l RE,@-<REG_N> */{"stc.l",{A_RE,A_DEC_N},{HEX_4,REG_N,HEX_7,HEX_3}, arch_sh_dsp_up}
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 504 // Tests that any value convertible to an RE works as a second
510 const testing::internal::RE regex(regex_c_str);
821 const ::testing::internal::RE* regex,
937 const ::testing::internal::RE* /*regex*/,
    [all...]
gtest-printers_test.cc 202 using ::testing::internal::RE;
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 497 // Tests that any value convertible to an RE works as a second
503 const testing::internal::RE regex(regex_c_str);
884 const ::testing::internal::RE* regex,
1000 const ::testing::internal::RE* /*regex*/,
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 438 // Tests that any value convertible to an RE works as a second
444 const testing::internal::RE regex(regex_c_str);
702 const ::testing::internal::RE* regex,
817 const ::testing::internal::RE* /*regex*/,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 556 // From here on out we're working with named functions.
652 BasicBlock::InstListType::reverse_iterator RE = InstList.rend();
653 do { ++RI; } while (RI != RE && isa<DbgInfoIntrinsic>(&*RI));
654 if (RI == RE)
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 497 // Tests that any value convertible to an RE works as a second
503 const testing::internal::RE regex(regex_c_str);
884 const ::testing::internal::RE* regex,
1000 const ::testing::internal::RE* /*regex*/,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 502 // Tests that any value convertible to an RE works as a second
508 const testing::internal::RE regex(regex_c_str);
885 const ::testing::internal::RE* regex,
1001 const ::testing::internal::RE* /*regex*/,
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 503 // Tests that any value convertible to an RE works as a second
509 const testing::internal::RE regex(regex_c_str);
820 const ::testing::internal::RE* regex,
936 const ::testing::internal::RE* /*regex*/,
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 67 8 910