Home
last modified time | relevance | path

Searched refs:statically (Results 1 – 25 of 186) sorted by relevance

12345678

/external/clang/test/SemaObjC/
Dinvalid-objc-decls-1.m4 Super s1; // expected-error{{interface type cannot be statically allocated}}
6 extern Super e1; // expected-error{{interface type cannot be statically allocated}}
9 Super s1; // expected-error{{interface type cannot be statically allocated}}
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
32 Super p1; // expected-error{{interface type cannot be statically allocated}}
39 …donly) NSMutableSet annotations; // expected-error{{interface type cannot be statically allocated}}
Dmessage.m40 // a statically typed object's class interface isn't in scope! This
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll21 ;; This switch is always statically determined.
59 ;; This switch is always statically determined.
/external/libexif/
DREADME.android3 - do not statically link to it
/external/clang/docs/
DControlFlowIntegrity.rst27 with CFI enabled, and are statically linked into the program. This may
45 with ``-fsanitize=cfi-vcall`` enabled and be statically linked into the
93 and be statically linked into the program. Classes in the C++ standard library
110 with ``-fsanitize=cfi-nvcall`` enabled and be statically linked into the
/external/iptables/extensions/
Dlibxt_NETMAP.man1 This target allows you to statically map a whole network of addresses onto
Dlibipt_CLUSTERIP.man3 them. Connections are statically distributed between the nodes in this
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt13 job. On one side, scripting languages statically compile nothing and
15 other side, traditional static compilers process everything statically and
D2001-02-06-TypeNotationDebateResp2.txt23 language statically, the language front end can do the translation
/external/llvm/test/CodeGen/ARM/
Dtail-call-weak.ll8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
D_README.txt6 the attributes statically in your ant script.
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm4 // initialized statically and wrapping up those initialization in an
/external/valgrind/drd/tests/
Drecursive_mutex.stderr.exp-linux2 Recursive mutex (statically initialized).
/external/libunwind/doc/
Dunw_regname.tex22 marks is returned. The returned string is statically allocated and
/external/libpcap/msdos/
Dcommon.dj36 # Use loadable driver modules instead of statically linking
/external/libcxx/test/
DCMakeLists.txt48 # libc++ statically.
/external/zopfli/
DREADME26 program with the library statically linked in.
/external/libpng/scripts/
Dmakefile.linux137 @echo " Running pngtest statically linked with libpng.a:"
Dmakefile.elf161 @echo " Running pngtest statically linked with libpng.a:"
/external/zlib/src/win32/
DREADME-WIN32.txt32 example.exe A statically-bound example (using zlib.lib, not the dll)
38 minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
/external/nanopb-c/docs/
Dindex.rst41 #) Allows specifying maximum size for strings and arrays, so that they can be allocated statically.
42 #) No malloc needed: everything can be allocated statically or on the stack.
/external/nanopb-c/generator/proto/
Dnanopb.proto5 // These are used by nanopb to generate statically allocable structures
/external/v8/build/
Dandroid.gypi60 # Enable to use the system stlport, otherwise statically
259 # Don't export symbols from statically linked libraries.
/external/llvm/test/Transforms/PlaceSafepoints/
Dbasic.ll21 ; Do we insert a backedge safepoint in a statically
/external/elfutils/src/src/
Dld.c818 ld_state.statically = key == ARGP_static; in parse_opt_2nd()
1048 ld_state.statically = true; in parse_B_option_2()
1050 ld_state.statically = false; in parse_B_option_2()

12345678