HomeSort by relevance Sort by last modified time
    Searched refs:RE (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 84 // If R is out of bounds, we're done after this in any case.
86 // If L is also out of bounds, we're done immediately.
173 /// Unifies two instructions, given that they're known not to have
468 RI = R->arg_begin(), RE = R->arg_end();
469 LI != LE && RI != RE; ++LI, ++RI)
492 BasicBlock::iterator RE = RStart->getParent()->end();
515 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) {
566 assert(LI != LE && RI != RE);
582 assert(RI != RE);
592 assert(RI != RE);
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 170 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
172 WeakObjectProfileTy(const DeclRefExpr *RE);
173 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 123 if (const Expr *RE = RS->getRetValue())
124 return getSVal(EnvironmentEntry(RE, LCtx), svalBuilder);
  /external/markdown/markdown/
preprocessors.py 10 import re namespace
194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL)
199 m = self.RE.match(line)
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 249 RE = MIRanges.end(); RI != RE; ++RI) {
PrologEpilogInserter.cpp 311 for (unsigned ri = 0, re = ReturnBlocks.size(); ri != re; ++ri) {
363 RE = save.end(); RI != RE; ++RI) {
397 RE = restore.end(); RI != RE; ++RI) {
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 192 RE = PhiRegisters.end();
193 RI != RE; ++RI) {
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 256 RE = SI->end_relocations();
257 RI != RE; RI.increment(ec)) {
  /external/llvm/lib/Analysis/
RegionInfo.cpp 242 for (Region::const_iterator RI = begin(), RE = end(); RI != RE; ++RI)
422 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI)
442 for (Region::iterator RI = begin(), RE = end(); RI != RE; ++RI)
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 930 RetEffect RE = RetEffect::MakeNoRetHard();
940 RE = S->getRetEffect();
944 S = getPersistentSummary(RE, RecEffect, DefEffect);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 47 Input.LT(-1), RE) as I<ASTLabelType>;
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/lib/ARCMigrate/
TransProperties.cpp 316 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
317 if (RE->getDecl() != Ivar)
ARCMT.cpp 458 RI = PPOpts.remapped_file_begin(), RE = PPOpts.remapped_file_end();
459 RI != RE; ++RI) {
  /external/llvm/include/llvm/Object/
MachO.h 131 void printRelocationTargetName(InMemoryStruct<macho::RelocationEntry>& RE,
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 603 for (RetPredMap::const_iterator RI = RM.begin(), RE = RM.end();
604 RI != RE; ++RI) {
678 for (RetPredMap::const_iterator RI = RM.begin(), RE = RM.end();
679 RI != RE; ++RI) {
817 // relative ordering between them, but we're not going for optimality
  /ndk/sources/host-tools/nawk-20071023/
FIXES 43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
98 to catch places where it might overrun. the RE code is still fragile.
104 be re-done from scratch.
107 fixed another 25-year-old RE bug, in split. it's another failure
108 to (re-)initialize. thanks to steve fisher for spotting this and
131 line state ^ for RE's in the set of valid characters; this led to a
149 in gawk as well; we're leaning on the same library.)
165 fixed bug that permitted non-terminated RE, as in "awk /x".
732 Added a bunch of tests to T.re and T.sub to verify some of this.
    [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 364 RI = MRI->reg_begin(IV_Opnd->getReg()), RE = MRI->reg_end();
365 RI != RE; ++RI) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 484 // If we're supposed to retain the original modification times, etc. do so
518 // We're done editting, reconstruct the archive.
526 // doMore - Implement the move operation. This function re-arranges just the
573 // We're done editting, reconstruct the archive.
598 // We're done editting, reconstruct the archive.
627 // Determine if this archive member matches one of the paths we're trying
632 RE = remaining.end(); RI != RE; ++RI ) {
696 // We're done editting, reconstruct the archive.
736 // Produce a warning if we should and we're creating the archiv
    [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 447 // Tests that any value convertible to an RE works as a second
453 const testing::internal::RE regex(regex_c_str);
768 const ::testing::internal::RE* regex,
883 const ::testing::internal::RE* /*regex*/,
    [all...]
gtest-printers_test.cc 201 using ::testing::internal::RE;
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 447 // Tests that any value convertible to an RE works as a second
453 const testing::internal::RE regex(regex_c_str);
768 const ::testing::internal::RE* regex,
883 const ::testing::internal::RE* /*regex*/,
    [all...]

Completed in 1050 milliseconds

1 23 4 5