Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/test/Analysis/
Dobjc-properties.m66 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us…
67 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
68 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
69 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
70 …_nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property;…
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m47 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us…
48 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
49 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
50 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
51 …_nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property;…
/external/llvm/test/CodeGen/X86/
Dstatepoint-stackmap-format.ll126 ; Direct Spill Slot [RSP+0]
146 ; Direct Spill Slot [RSP+16]
151 ; Direct Spill Slot [RSP+8]
156 ; Direct Spill Slot [RSP+16]
161 ; Direct Spill Slot [RSP+16]
195 ; Direct Spill Slot [RSP+0]
215 ; Direct Spill Slot [RSP+16]
220 ; Direct Spill Slot [RSP+8]
225 ; Direct Spill Slot [RSP+16]
230 ; Direct Spill Slot [RSP+16]
Dstatepoint-allocas.ll91 ; Direct Spill Slot [RSP+0]
120 ; Direct Spill Slot [RSP+0]
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h46 Direct, enumerator
72 KindFirst = Direct,
99 TheKind(Direct), PaddingInReg(false), InReg(false) {} in ABIArgInfo()
104 auto AI = ABIArgInfo(Direct);
164 bool isDirect() const { return TheKind == Direct; } in isDirect()
/external/clang/docs/analyzer/
DRegionStore.txt106 These are known as "Direct" bindings. However, RegionStore supports a second
111 When there is no Direct binding for a particular region, the store manager
119 manyInts[1] = 42; // Creates a Direct binding for manyInts[1].
120 print(manyInts[1]); // Retrieves the Direct binding for manyInts[1];
121 print(manyInts[0]); // There is no Direct binding for manyInts[1].
162 p.x = 42; // A Direct binding is made to the FieldRegion 'p.x'.
167 // There is no Direct binding, so we look for a Default
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend103 ATTRIBUTE Ascend-IP-Direct 209 ipaddr
113 ATTRIBUTE Ascend-FR-Direct 219 integer
114 ATTRIBUTE Ascend-FR-Direct-Profile 220 string
115 ATTRIBUTE Ascend-FR-Direct-DLCI 221 integer
169 VALUE Ascend-FR-Direct FR-Direct-No 0
170 VALUE Ascend-FR-Direct FR-Direct-Yes 1
/external/mesa3d/src/mesa/tnl/
DNOTES61 - Direct the default vertex transformation stage to
67 - Direct the display list component of the tnl module to
79 - Direct the display list component to enable/disable caching
/external/mesa3d/src/mesa/drivers/dri/
Ddri.pc.in8 Description: Direct Rendering Infrastructure
/external/v8/build/android/gyp/
Dwrite_build_config.py122 def Direct(self, wanted_type=None): member in Deps
299 alternative = [r['path'] for r in deps.Direct('android_resources')
311 direct_library_deps = deps.Direct('java_library')
314 direct_resources_deps = deps.Direct('android_resources')
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp354 Solipsize(iter, Branch::Direct, Simple, JustInner); in Calculate()
840 } else if (Details->Type != Branch::Direct) in Calculate()
847 Details->Type = Branch::Direct; in Calculate()
852 assert(Details->Type == Branch::Direct); in Calculate()
868 if (Details->Type != Branch::Direct && in Calculate()
871 Details->Type = Branch::Direct; in Calculate()
DRelooper.h42 Direct = 0, // We will directly reach the right location through other enumerator
/external/llvm/test/Object/
Dstackmap-dump.test14 CHECK-NEXT: #4: Direct R#4 + -8
/external/llvm/test/MC/Mips/
Dcpsetup.s34 # FIXME: Direct object emission for N32 is still under development.
161 # FIXME: Direct object emission for N32 is still under development.
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h49 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
/external/llvm/include/llvm/Object/
DStackMapParser.h101 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
136 assert((getKind() == LocationKind::Direct || in getOffset()
/external/pdfium/third_party/libopenjpeg20/
D0005-jp2_apply_pclr.patch32 /* Direct use: */
/external/eigen/doc/
DSparseLinearSystems.dox15 … </td><td>\link SparseCholesky_Module SparseCholesky \endlink</td><td>Direct LLt factorization<…
18 …T </td><td>\link SparseCholesky_Module SparseCholesky \endlink</td><td>Direct LDLt factorization…
34 …stixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endlink</td><td>Direct LLt, LDLt, LU fact…
37 …lLLT</td><td>\link CholmodSupport_Module CholmodSupport \endlink</td><td>Direct LLt factorization<…
40 <tr><td>UmfPackLU</td><td>\link UmfPackSupport_Module UmfPackSupport \endlink</td><td>Direct LU fac…
43 <tr><td>SuperLU</td><td>\link SuperLUSupport_Module SuperLUSupport \endlink</td><td>Direct LU facto…
/external/llvm/docs/
DStackMaps.rst342 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
364 0x2 Direct Reg + Offset Frame index value
377 encoded as ``Direct`` locations in the form ``BP + Offset``. LLVM may
472 Direct Stack Map Entries
475 As shown in :ref:`stackmap-section`, a Direct stack map location
479 be loaded. Direct locations can communicate the address if an alloca,
501 stack map's location is a Direct location type.
/external/skia/resources/
Dslides_content2.lua117 - Direct support for sRGB
/external/llvm/include/llvm/CodeGen/
DStackMaps.h136 Direct, enumerator
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME45 <george.scott-antrl@gmail.com>. Direct e-mail is preferable as the antlr-interest
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp43 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
67 bool isDirect() const { return P.getInt() & Direct; } in isDirect()
193 return removeBinding(R, BindingKey::Direct). in removeBinding()
226 return Optional<SVal>::create(lookup(R, BindingKey::Direct)); in getDirectBinding()
412 assert(!B.lookup(R, BindingKey::Direct)); in BindDefault()
1160 B = B.addBinding(baseR, BindingKey::Direct, V); in VisitCluster()
1454 const SVal *V = B.lookup(R, BindingKey::Direct); in getBinding()
2019 return NewB.addBinding(BindingKey::Make(R, BindingKey::Direct), V); in bind()
/external/lz4/
DREADME.md16 …ed. If you plan to propose a patch, please commit into the "dev" branch. Direct commit to "master"…
/external/llvm/lib/CodeGen/
DStackMaps.cpp104 Locs.emplace_back(StackMaps::Location::Direct, Size, in parseOperand()
184 case Location::Direct: in print()

123