HomeSort by relevance Sort by last modified time
    Searched defs:never (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp 161 never_adjustor never; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp 161 never_adjustor never; local
  /bionic/libc/regex/
regcomp.c 140 static int never = 0; /* for use in asserts; shuts lint up */ variable
142 #define never 0 /* some <assert.h>s have bugs too */ macro
1142 assert(never);
    [all...]
  /external/llvm/lib/Support/
regcomp.c 148 static int never = 0; /* for use in asserts; shuts lint up */ variable
150 #define never 0 /* some <assert.h>s have bugs too */ macro
1150 assert(never);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 140 static int never = 0; /* for use in asserts; shuts lint up */ variable
142 #define never 0 /* some <assert.h>s have bugs too */ macro
1142 assert(never);
    [all...]

Completed in 317 milliseconds