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

<<21222324252627282930>>

  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
p1.cpp 11 static void operator delete(void *); // expected-error {{'operator delete' cannot be declared static in global scope}}
  /external/clang/test/CXX/special/class.free/
p1.cpp 6 return this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
9 return this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
p6.cpp 6 (void)this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
9 (void)this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
  /external/clang/test/CodeGen/
2006-07-31-PR854.c 8 static const char __kstrtab_loops_per_jiffy[]
10 static const struct kernel_symbol __ksymtab_loops_per_jiffy
2006-09-18-fwrite-cast-crash.c 6 static signed char str301[39];
7 static void Usage(signed char *ltmp_611_6) {
2007-06-05-NoInlineAttribute.c 3 static int bar(int x, int y) __attribute__((noinline));
5 static int bar(int x, int y)
2007-09-17-WeakRef.c 5 static __typeof(B) A __attribute__ ((__weakref__("B")));
8 static void *const p = __extension__ (void *) &A;
2008-09-03-WeakAlias.c 4 static __typeof(B) A __attribute__ ((__weakref__("B")));
7 static void *const p = __extension__ (void *) &A;
2009-03-08-ZeroEltStructCrash.c 9 static inline void Foo(struct Union *u) {
12 static void Bar(struct Union *u) {
2010-01-18-Inlined-Debug.c 4 static inline int foo(double) __attribute__ ((always_inline));
5 static inline int foo(double __x) { return __x; }
merge-statics.c 6 static struct s a;
10 static struct s a = {
  /external/clang/test/CodeGenCXX/
2009-08-11-VectorRetTy.cpp 5 static inline m64 __attribute__((__always_inline__, __nodebug__)) _mm_set1_pi16() {}
7 static void Bork() {
apple-kext-guard-variable.cpp 7 static int y = 0;
8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
template-static-var-defer.cpp 5 static const int kIID;
7 static const int& GetIID() {return COMTypeInfo<int>::kIID;}
  /external/clang/test/CodeGenObjC/
class-getter-dotsyntax.m 9 static int _value;
12 static Test *cachesPath;
debug-info-static-var.m 3 // Do not emit AT_MIPS_linkage_name for static variable i
14 static int i = 1;
  /external/clang/test/Index/skip-parsed-bodies/
t.h 18 static inline int foo1() {
24 static inline int foo2() {
  /external/clang/test/Parser/
cxx-typeof.cpp 3 static void test() {
12 __typeof(S::i) foo(); // expected-error {{invalid use of non-static data member 'i'}}
  /external/clang/test/SemaCXX/
static-array-member.cpp 4 static int array[];
14 static T array[];
this.cpp 2 int x = this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
5 int x = this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
warn-static-function-inheader.cpp 1 #include "warn-static-function-inheader.h"
5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be emitted}}
  /external/clang/test/SemaTemplate/
instantiate-case.cpp 4 static int alpha(T c)
10 static void
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 5 static PyObject * _uuid_generate(PyObject *self, PyObject *args)
15 static PyMethodDef _uuid_methods[] = {
  /external/icu4c/test/intltest/
jacoll.h 51 static const UChar testSourceCases[][MAX_TOKEN_LEN];
52 static const UChar testTargetCases[][MAX_TOKEN_LEN];
53 static const Collator::EComparisonResult results[];
54 static const UChar testBaseCases[][MAX_TOKEN_LEN];
55 static const UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN];
56 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN];
57 static const UChar testKatakanaHiraganaCases[][MAX_TOKEN_LEN];
58 static const UChar testChooonKigooCases[][MAX_TOKEN_LEN];
  /external/iproute2/etc/iproute2/
rt_protos 8 4 static
27 249 gated/static

Completed in 895 milliseconds

<<21222324252627282930>>