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

  /bionic/libc/regex/
regerror.c 67 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regcomp.c 262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
346 SETERROR(REG_EMPTY);
441 REQUIRE(MORE(), REG_EMPTY);
481 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /external/llvm/lib/Support/
regerror.c 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regex_impl.h 79 #define REG_EMPTY 14
regcomp.c 270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
354 SETERROR(REG_EMPTY);
449 REQUIRE(MORE(), REG_EMPTY);
489 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 67 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
regex.h 88 #define REG_EMPTY 14
regcomp.c 262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
346 SETERROR(REG_EMPTY);
441 REQUIRE(MORE(), REG_EMPTY);
481 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /bionic/libc/include/
regex.h 84 #define REG_EMPTY 14
  /development/ndk/platforms/android-8/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 84 #define REG_EMPTY 14
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 84 #define REG_EMPTY 14
  /external/pcre/
pcreposix.h 84 REG_EMPTY, /* empty expression */
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 87 /// reg_empty - Return true if there are no instructions using or defining the
89 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } function in class:llvm::MachineRegisterInfo
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 262 expressions regcomp() return REG_EMPTY. This is not the case
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 413 milliseconds