HomeSort by relevance Sort by last modified time
    Searched refs:pure (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
cdecl.h 46 #define PA_GCC_PURE __attribute__ ((pure))
55 #define PA_GCC_CONST __attribute__ ((pure))
  /external/llvm/test/FrontendC++/
2009-05-04-PureConstNounwind.cpp 3 int p(void) __attribute__((pure));
  /external/clang/test/CodeGen/
struct-passing.c 11 T0 __attribute__((pure)) f1(void);
13 T1 __attribute__((pure)) f3(void);
15 void __attribute__((pure)) f5(T1 a);
function-attributes.c 54 void f13(void) __attribute__((pure)) __attribute__((const));
pragma-weak.c 150 __attribute((pure,noinline,const,fastcall)) void __xxx(void) { }
  /external/llvm/test/FrontendC/
2008-01-25-ByValReadNone.c 14 int g(struct S x) __attribute__ ((pure));
  /bionic/libc/kernel/common/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /development/ndk/platforms/android-3/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /external/kernel-headers/original/linux/
compiler-gcc.h 31 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /external/clang/test/Sema/
unused-expr.c 84 int fn2() __attribute__ ((pure));
92 fn2(92, 21); // expected-warning {{ignoring return value of function declared with pure attribute}}
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 443 internal_function __attribute ((pure));
809 internal_function __attribute ((pure))
822 internal_function __attribute ((pure))
831 internal_function __attribute ((pure))
regex_internal.c 836 internal_function __attribute ((pure))
873 internal_function __attribute ((pure))
    [all...]
  /external/bison/data/
glr.cc 24 # skeleton is clean and pure enough so that there are no real
49 # We require a pure interface using locations.
  /external/valgrind/main/callgrind/
fn.c 556 /* Every function gets a "pure" context, i.e. a context with stack
560 fn_node* pure[2]; local
561 pure[0] = 0;
562 pure[1] = fn;
563 fn->pure_cxt = CLG_(get_cxt)(pure+1);
  /external/v8/test/mjsunit/
string-indexof-1.js 102 // Search for a non-ASCII string in a pure ASCII string.
  /external/bison/src/
parse-gram.y 78 %pure-parser
150 PERCENT_PURE_PARSER "%pure-parser"
246 | "%pure-parser" { pure_parser = true; }

Completed in 889 milliseconds

1 2