HomeSort by relevance Sort by last modified time
    Searched full:static (Results 1126 - 1150 of 47082) sorted by null

<<41424344454647484950>>

  /external/clang/test/CodeGen/
2010-08-10-DbgConstant.c 3 static const unsigned int ro = 201;
2011-02-21-DATA-common.c 5 __attribute__ ((section("__DATA, __common"))) static struct rtxc_snapshot rtxc_log_A[4];
debug-info-static.c 6 static int xyzzy;
merge-attrs.c 5 inline static void __zend_malloc() {
pascal-string.c 5 static unsigned char s[256] = "\pHello";
  /external/clang/test/CodeGenCXX/
PR5093-static-member-function.cpp 3 static void f();
constructor-attr.cpp 9 static void foo() __attribute__((constructor)) {
debug-info-large-constant.cpp 5 static const word128 m126 = 0xffffffffffffffffULL;
pr12104.h 2 static const unsigned int no_neighbor = 1;
static-init-1.cpp 6 static int count;
11 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
static-init-3.cpp 9 static T & instance;
11 static void use(T const &) {}
12 static T & get() {
13 static X0<T> t;
  /external/clang/test/CodeGenObjCXX/
2010-08-04-Template.mm 3 template <class P1> static void Post() {}
  /external/clang/test/Index/Inputs/
t2.m 3 static void foo() {
  /external/clang/test/Index/
boxed-exprs.h 8 static inline void infoo(const char *cs) {
  /external/clang/test/Modules/Inputs/
templates-top.h 16 static void func() {}
  /external/clang/test/Modules/
linkage-merge.m 14 static int f1(float); // okay: considered distinct
15 static int f2(float); // okay: considered distinct
19 static float v1;
20 static float v2;
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 8 static int z;
chain-external-defs2.h 8 static int z;
  /external/clang/test/Sema/
2009-04-22-UnknownSize.c 3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
attr-tls_model.c 10 static __thread int y __attribute((tls_model("global-dynamic"))); // no-warning
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{attribute takes one argument}}
13 static __thread int y __attribute((tls_model(123))); // expected-error {{argument to tls_model attribute was not a string literal}}
14 static __thread int y __attribute((tls_model("foobar"))); // expected-error {{tls_model must be "global-dynamic", "local-dynamic", "initial-exec" or "local-exec"}}
  /external/clang/test/SemaCXX/
PR8884.cpp 5 static struct foo& baz ();
visibility.cpp 7 static int p __attribute__((visibility("hidden")));
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Exceptions.java 27 public static final Type TYPE_ArithmeticException =
34 public static final Type TYPE_ArrayIndexOutOfBoundsException =
38 public static final Type TYPE_ArrayStoreException =
42 public static final Type TYPE_ClassCastException =
46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;");
52 public static final Type TYPE_IllegalMonitorStateException =
56 public static final Type TYPE_NegativeArraySizeException =
60 public static final Type TYPE_NullPointerException =
64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error);
70 public static final StdTypeList LIST_Error_ArithmeticException
    [all...]
  /external/e2fsprogs/util/
all.exclude 8 build.static
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttrTextHints.java 21 public static final int SSH_FILEXFER_ATTR_KNOWN_TEXT = 0x00;
28 public static final int SSH_FILEXFER_ATTR_GUESSED_TEXT = 0x01;
33 public static final int SSH_FILEXFER_ATTR_KNOWN_BINARY = 0x02;
40 public static final int SSH_FILEXFER_ATTR_GUESSED_BINARY = 0x03;

Completed in 678 milliseconds

<<41424344454647484950>>