Home
last modified time | relevance | path

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

123456789

/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}}
/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/v8/tools/cfi/
Dblacklist.txt3 # a statically linked libc++.
/external/ImageMagick/PerlMagick/
DREADME.txt51 PERL interpreter!) with PerlMagick statically linked (but other libraries
52 linked statically or dynamically according to system linker default),
60 than 'perl' (e.g. 'PerlMagick') and with PerlMagick statically linked
/external/valgrind/drd/tests/
Drecursive_mutex.stderr.exp-solaris2 Recursive mutex (statically initialized).
Drecursive_mutex.stderr.exp-linux2 Recursive mutex (statically initialized).
/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/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/llvm/test/CodeGen/ARM/
Dtail-call-weak.ll8 ; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
/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/clang/test/CodeGenObjCXX/
Darc-globals.mm4 // initialized statically and wrapping up those initialization in an
/external/libcxx/test/
DCMakeLists.txt26 # libc++ statically.
/external/libunwind/doc/
Dunw_regname.tex22 marks is returned. The returned string is statically allocated and
/external/clang/docs/
DControlFlowIntegrity.rst30 enabled, and are statically linked into the program. This may preclude
98 ``-fsanitize=cfi-vcall`` enabled and be statically linked into the program.
144 and be statically linked into the program.
159 ``-fsanitize=cfi-nvcall`` enabled and be statically linked into the program.
199 statically linked into the program or shared library, and calls across
/external/libpcap/msdos/
Dcommon.dj35 # Use loadable driver modules instead of statically linking
/external/zopfli/
DREADME26 program with the library statically linked in.
/external/libpng/scripts/
Dmakefile.linux141 @echo " Running pngtest statically linked with libpng.a:"
/external/v8/build/config/chromecast/
DBUILD.gn11 # We want to statically link libstdc++/libgcc.
/external/nanopb-c/generator/proto/
Dnanopb.proto5 // These are used by nanopb to generate statically allocable structures
/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/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/curl/lib/
DCMakeLists.txt96 …# Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "lib…

123456789