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

  /external/lldb/test/lang/cpp/overloaded-functions/
static-a.cpp 0 static int Static()
8 return Static();
static-b.cpp 0 static int Static()
8 return Static();
  /external/clang/test/CodeGenCXX/
template-inner-struct-visibility-hidden.cpp 14 static int Static;
21 template<typename T> int C<T>::Inner::Inner2::Static;
  /external/chromium_org/extensions/common/features/
feature_provider.cc 18 class Static {
27 friend struct base::DefaultLazyInstanceTraits<Static>;
29 Static() {
45 base::LazyInstance<Static> g_static = LAZY_INSTANCE_INITIALIZER;
49 // static
54 // static
59 // static
64 // static
  /external/compiler-rt/make/platform/
darwin_bni.mk 4 Configs := Debug Release Profile Static
33 CFLAGS.Static := $(CFLAGS) -static
38 VISIBILITY_HIDDEN.Static := 1
  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.h 33 // Static variables shared by multiple classes.
49 class Static {
52 static SpinLock* pageheap_lock() { return &pageheap_lock_; }
55 static void InitStaticVars();
59 static CentralFreeListPadded* central_cache() { return central_cache_; }
61 static SizeMap* sizemap() { return &sizemap_; }
68 static PageHeap* pageheap() { return pageheap_; }
70 static PageHeapAllocator<Span>* span_allocator() { return &span_allocator_; }
72 static PageHeapAllocator<StackTrace>* stacktrace_allocator() {
76 static StackTrace* growth_stacks() { return growth_stacks_;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.h 33 // Static variables shared by multiple classes.
49 class Static {
52 static SpinLock* pageheap_lock() { return &pageheap_lock_; }
55 static void InitStaticVars();
59 static CentralFreeListPadded* central_cache() { return central_cache_; }
61 static SizeMap* sizemap() { return &sizemap_; }
68 static PageHeap* pageheap() { return pageheap_; }
70 static PageHeapAllocator<Span>* span_allocator() { return &span_allocator_; }
72 static PageHeapAllocator<StackTrace>* stacktrace_allocator() {
76 static StackTrace* growth_stacks() { return growth_stacks_;
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 27 | Static
  /external/llvm/include/llvm/Support/
CodeGen.h 25 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 7 static int sx; // expected-note 3 {{declared}} \
38 static int sx;
39 static void test(A&);
42 static void test(B&);
45 static void test(C&);
48 static void test(D&);
72 static int sx;
73 static void test(A&);
76 static void test(A&);
79 static void test(A&)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 108 namespace Static {
112 static auto f() -> decltype(m); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
113 static auto g() -> decltype(this->m); // expected-error{{'this' cannot be used in a static member function declaration}}
115 static int h();
117 static int i() noexcept(noexcept(m + 2)); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
120 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
127 static T f(int)
    [all...]
  /external/chromium_org/extensions/browser/
extension_function_dispatcher.cc 76 struct Static {
77 Static() : api(ExtensionAPI::CreateWithDefaultConfiguration()) {}
80 base::LazyInstance<Static> g_global_io_data = LAZY_INSTANCE_INITIALIZER;
224 // static
420 // static
433 // static
465 // static
  /external/chromium_org/extensions/common/
extension_api.cc 97 struct Static {
98 Static()
104 base::LazyInstance<Static> g_lazy_instance = LAZY_INSTANCE_INITIALIZER;
171 // static
177 // static
184 // static
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 25 import static java.lang.reflect.Modifier.ABSTRACT;
26 import static java.lang.reflect.Modifier.FINAL;
27 import static java.lang.reflect.Modifier.NATIVE;
28 import static java.lang.reflect.Modifier.PRIVATE;
29 import static java.lang.reflect.Modifier.PROTECTED;
30 import static java.lang.reflect.Modifier.PUBLIC;
31 import static java.lang.reflect.Modifier.STATIC;
32 import static java.lang.reflect.Modifier.SYNCHRONIZED;
47 private static TypeId<DexMakerTest> TEST_TYPE = TypeId.get(DexMakerTest.class)
    [all...]
  /external/clang/include/clang/AST/
Type.h 51 static inline void *getAsVoidPointer(::clang::Type *P) { return P; }
52 static inline ::clang::Type *getFromVoidPointer(void *P) {
60 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; }
61 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) {
68 struct isPodLike<clang::QualType> { static const bool value = true; };
165 static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) {
201 static Qualifiers fromFastMask(unsigned Mask) {
207 static Qualifiers fromCVRMask(unsigned CVR) {
214 static Qualifiers fromOpaqueValue(unsigned opaque) {
485 static const uint32_t GCAttrMask = 0x18
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 2419 milliseconds