Home
last modified time | relevance | path

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

1234567

/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/
Dcfi-direct-call1.ll63 ; Direct calls to extern_weak and extern_decl should go to original names
67 ; Direct call to local_func1 should to the renamed version
89 ; Direct calls to extern_weak and extern_decl should go to original names
93 ; Direct call to local_func1 should to the renamed version
/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/clang/include/clang/CodeGen/
DCGFunctionInfo.h43 Direct, enumerator
75 KindFirst = Direct,
119 TheKind(Direct), PaddingInReg(false), InReg(false) {} in ABIArgInfo()
124 auto AI = ABIArgInfo(Direct);
235 bool isDirect() const { return TheKind == Direct; } in isDirect()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h704 int Direct;
721 ++Count.Direct;
788 CallCounts[i].Direct < NewCallCounts[i].Direct) {
/external/mesa3d/src/mesa/drivers/dri/
Ddri.pc.in8 Description: Direct Rendering Infrastructure
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp413 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
420 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges()
426 Direct++; in SplitIndirectBrCriticalEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dstackmap-dump.test142 CHECK-NEXT: #1: Direct R#6 + -32
147 CHECK-NEXT: #1: Direct R#6 + -8
148 CHECK-NEXT: #2: Direct R#6 + -40
/external/llvm/test/CodeGen/X86/
Dstatepoint-allocas.ll91 ; Direct Spill Slot [RSP+0]
120 ; Direct Spill Slot [RSP+0]
/external/llvm/test/Object/
Dstackmap-dump.test14 CHECK-NEXT: #4: Direct R#4 + -8
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstatepoint-allocas.ll99 ; Direct Spill Slot [rsp+0]
136 ; Direct Spill Slot [rsp+0]
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h49 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
/external/eigen/doc/
DSparseLinearSystems.dox18 …e<Eigen/\link SparseCholesky_Module SparseCholesky\endlink></tt></td><td>Direct LLt factorization<…
22 …e<Eigen/\link SparseCholesky_Module SparseCholesky\endlink></tt></td><td>Direct LDLt factorization…
64 …stixLU</td><td>\link PaStiXSupport_Module PaStiXSupport \endlink</td><td>Direct LLt, LDLt, LU fact…
67 …lLLT</td><td>\link CholmodSupport_Module CholmodSupport \endlink</td><td>Direct LLt factorization<…
70 <tr><td>UmfPackLU</td><td>\link UmfPackSupport_Module UmfPackSupport \endlink</td><td>Direct LU fac…
73 <tr><td>SuperLU</td><td>\link SuperLUSupport_Module SuperLUSupport \endlink</td><td>Direct LU facto…
79 …soLU</td><td>\link PardisoSupport_Module PardisoSupport \endlink</td><td>Direct LLt, LDLt, LU fact…
/external/llvm/include/llvm/Object/
DStackMapParser.h100 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
135 assert((getKind() == LocationKind::Direct || in getOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
138 assert((getKind() == LocationKind::Direct || in getOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h53 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
/external/pdfium/third_party/libopenjpeg20/
D0005-jp2_apply_pclr.patch23 /* Direct use: */
/external/llvm/lib/Fuzzer/test/
Dfuzzer-leak.test4 LEAK_DURING: Direct leak of 4 byte(s) in 1 object(s) allocated from:
/external/llvm/test/tools/llvm-split/
Dscc-alias.ll27 ; Direct call to local alias
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp80 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/
Dscc-alias.ll27 ; Direct call to local alias
/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.

1234567