Home
last modified time | relevance | path

Searched refs:automatic (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Duncounted-lambda-captures.cpp21 RefCountable automatic; in references() local
22 RefCountable& ref_countable_ref = automatic; in references()
37 RefCountable automatic; in quiet() local
38 RefCountable &ref_countable_ref = automatic; in quiet()
Duncounted-local-vars.cpp16 RefCountable automatic; in foo_ref() local
17 RefCountable &bar = automatic; in foo_ref()
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily4-Regular.ufo/
Dfeatures.fea1 # automatic
5 # automatic
17 # automatic
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily4-Italic15.ufo/
Dfeatures.fea1 # automatic
5 # automatic
17 # automatic
/external/llvm-project/clang/test/SemaObjC/
Dnon-trivial-c-union.m35 …U0 u0; // expected-error {{cannot declare an automatic variable of type 'U0' since it is a union t…
36 …U0 u1 = ug0; // expected-error {{cannot declare an automatic variable of type 'U0' since it is a u…
37 …U0 u2 = { g0 }; // expected-error {{cannot declare an automatic variable of type 'U0' since it is …
38 …U0 u3 = { .f1 = g0 }; // expected-error {{cannot declare an automatic variable of type 'U0' since …
39 …S0 s0; // expected-error {{cannot declare an automatic variable of type 'S0' since it contains a u…
40 …S0 s1 = sg0; // expected-error {{declare an automatic variable of type 'S0' since it contains a un…
41 …S0 s2 = { ug0 }; // expected-error {{cannot declare an automatic variable of type 'S0' since it co…
42 …S0 s3 = { .f0 = ug0 }; // expected-error {{cannot declare an automatic variable of type 'S0' since…
43 …S0 s4 = { .f1 = g0 }; // expected-error {{cannot declare an automatic variable of type 'S0' since …
56 …const U0 *t0 = &(U0){ .f0 = g0 }; // expected-error {{cannot construct an automatic compound liter…
[all …]
/external/eigen/cmake/
DFindStandardMathLibrary.cmake2 # On most platforms this is automatic, but for example it's not automatic on QNX.
8 # -- this will be left empty if it's automatic (most platforms).
/external/llvm-project/clang/docs/
DBlockLanguageSpec.rst35 also contain various variable bindings to automatic (stack) or managed
47 that may reside in automatic (stack) memory, global memory, or heap
151 exception of those in automatic (stack) storage. Thus one may access
155 Local automatic (stack) variables referenced within the compound
233 initially automatic and only "moved" to allocated (heap) storage upon
242 an implementation provides initial automatic storage for Blocks. This
270 not. Blocks using automatic (stack) memory are objects and may be
281 variables of automatic storage referenced within the Block expression
312 use of C++ objects, pointers, or references held in automatic storage.
/external/clang/docs/
DBlockLanguageSpec.rst35 also contain various variable bindings to automatic (stack) or managed
47 that may reside in automatic (stack) memory, global memory, or heap
151 exception of those in automatic (stack) storage. Thus one may access
155 Local automatic (stack) variables referenced within the compound
233 initially automatic and only "moved" to allocated (heap) storage upon
242 an implementation provides initial automatic storage for Blocks. This
270 not. Blocks using automatic (stack) memory are objects and may be
281 variables of automatic storage referenced within the Block expression
312 use of C++ objects, pointers, or references held in automatic storage.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-no-automatic-move.rst1 .. title:: clang-tidy - performance-no-automatic-move
3 performance-no-automatic-move
/external/freetype/src/autofit/
Dmodule.mk20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
/external/openscreen/
D.clang-format1 # Defines the Chromium style for automatic reformatting.
/external/e2fsprogs/doc/RelNotes/
Dv1.45.3.txt9 Whether or not automatic online scrubs will be run is now controlled by
10 a setting in /etc/e2scrub.conf. To enable automatic online scrubs,
/external/rust/crates/rayon/examples/
DREADME.md2 automatic fashion. For examples of how to use Rayon, or benchmarks,
/external/libwebsockets/minimal-examples/mqtt-client/
DREADME.md4 minimal-mqtt-client-multi|Demonstrates automatic binding / muxing of independent connections to sha…
/external/curl/docs/cmdline-opts/
Dstyled-output.d6 Enables the automatic use of bold font styles when writing HTTP headers to the
/external/oboe/src/flowgraph/
DFlowGraphNode.h127 void setDataPulledAutomatically(bool automatic) { in setDataPulledAutomatically() argument
128 mDataPulledAutomatically = automatic; in setDataPulledAutomatically()
/external/llvm-project/clang/test/SemaOpenCL/
Dstorageclass-cl20.cl25 …generic int L4; // expected-error{{automatic variable qualified with a…
26 …__attribute__((address_space(100))) int L5; // expected-error{{automatic variable qualified with a…
/external/webrtc/
D.clang-format1 # Defines the Chromium style for automatic reformatting.
/external/mockito/subprojects/inline/
Dinline.gradle1 … preconfigured inline mock maker (intermediate and to be superseeded by automatic usage in a futur…
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLang.g14 type : INTTYPE // automatic tree construction builds a node for this rule
/external/e2fsprogs/scrub/
De2scrub_fail.in34 So sorry, the automatic e2scrub of ${device} on ${hostname} failed.
/external/deqp/framework/delibs/cmake/
DCFlags.cmake65 # 4820: automatic padding added after data
69 # 4711: automatic inline expansion
/external/libxml2/result/
Dwap.xml.rdr40 3 3 #text 0 1 If automatic testing failed, select
Dwap.xml.rde40 3 3 #text 0 1 If automatic testing failed, select
/external/python/cryptography/docs/hazmat/bindings/
Dindex.rst9 native C libraries. These provide no automatic initialization of the library

12345678910>>...24