Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/test/Analysis/
H A 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;…
/llvm-project-15.0.7/clang/test/Analysis/objc/
H A Ddirect-ivar-assignment-in-annotated-functions.m51 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us…
52 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
53 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
54 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
55 …_nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property;…
/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp133 if (access == Access::Direct) { in OpenUnit()
399 if (recordLength || access == Access::Direct) { in SetVariableFormattedRecordLength()
420 if (access == Access::Direct) { in BeginReadingRecord()
463 if (access != Access::Direct) { in FinishReadingRecord()
502 if (access == Access::Direct) { in AdvanceRecord()
556 if (access != Access::Direct) { in AdvanceRecord()
620 if (access == Access::Direct) { in Endfile()
639 if (access == Access::Direct) { in Rewind()
653 if (access == Access::Direct) { in SetPosition()
680 if (access != Access::Direct) { in SetDirectRec()
[all …]
H A Dconnection.h23 enum class Access { Sequential, Direct, Stream }; enumerator
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference() argument
266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference()
268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect); in dereference()
284 llvm::function_ref<bool(PrimType)> Direct, in dereferenceParam() argument
294 if (!Direct(T)) in dereferenceParam()
303 if (!Direct(T)) in dereferenceParam()
326 llvm::function_ref<bool(PrimType)> Direct, in dereferenceVar() argument
338 if (!Direct(T)) in dereferenceVar()
347 if (!Direct(T)) in dereferenceVar()
361 if (!Direct(T)) in dereferenceVar()
[all …]
H A DByteCodeExprGen.h181 llvm::function_ref<bool(PrimType)> Direct,
185 llvm::function_ref<bool(PrimType)> Direct,
188 DerefKind AK, llvm::function_ref<bool(PrimType)> Direct,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h82 enum DirectConstruction { Direct }; enumerator
114 return LocationSize(Value | ImpreciseBit, Direct); in upperBound()
125 return LocationSize(AfterPointer, Direct); in afterPointer()
131 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer()
136 return LocationSize(MapTombstone, Direct); in mapTombstone()
139 return LocationSize(MapEmpty, Direct); in mapEmpty()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DM68k.def6 ELF_RELOC(R_68K_32, 1) /* Direct 32 bit */
7 ELF_RELOC(R_68K_16, 2) /* Direct 16 bit */
8 ELF_RELOC(R_68K_8, 3) /* Direct 8 bit */
/llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/
H A 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
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst114 These are known as "Direct" bindings. However, RegionStore supports a second
119 When there is no Direct binding for a particular region, the store manager
129 manyInts[1] = 42; // Creates a Direct binding for manyInts[1].
130 print(manyInts[1]); // Retrieves the Direct binding for manyInts[1];
131 print(manyInts[0]); // There is no Direct binding for manyInts[0].
174 p.x = 42; // A Direct binding is made to the FieldRegion 'p.x'.
179 // There is no Direct binding, so we look for a Default
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DLDSDIRInstructions.td1 //===-- LDSDIRInstructions.td - LDS Direct Instruction Definitions --------===//
88 // LDS Direct Instructions
/llvm-project-15.0.7/bolt/test/runtime/
H A Dmeta-merge-fdata.test7 # - Direct branches
9 # - Direct calls
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
86 KindFirst = Direct,
135 ABIArgInfo(Kind K = Direct)
145 auto AI = ABIArgInfo(Direct);
296 bool isDirect() const { return TheKind == Direct; } in isDirect()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp50 Direct("direct", llvm::cl::Optional, variable
372 if (!Direct || UseOrigins) { in main()
382 Parse(Expression, (Direct && !UseOrigins) ? ImportCIs : IndirectCIs, in main()
388 Forget(*ExpressionCI, (Direct && !UseOrigins) ? ImportCIs : IndirectCIs); in main()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp427 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
434 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges()
440 Direct++; in SplitIndirectBrCriticalEdges()
/llvm-project-15.0.7/llvm/test/Object/
H A Dstackmap-dump.test141 CHECK-NEXT: #1: Direct R#6 + -40, size: 8
146 CHECK-NEXT: #1: Direct R#6 + -8, size: 8
147 CHECK-NEXT: #2: Direct R#6 + -16, size: 8
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td164 let summary = "Direct load of a mutable value from a global";
209 let summary = "Direct load a constant value from a global";
247 let summary = "Direct load of a mutable value from a global in Graph region";
293 let summary = "Direct store of a value into a mutable global";
335 let summary = "Direct store of a value into a mutable global";
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h52 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-allocas.ll108 ; Direct Spill Slot [rsp+0]
145 ; Direct Spill Slot [rsp+0]
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h51 Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, Formatted,
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dptrauth-operand-bundles.ll23 ; CHECK: Direct call cannot have a ptrauth bundle
/llvm-project-15.0.7/llvm/test/tools/llvm-split/
H A Dscc-alias.ll27 ; Direct call to local alias
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp83 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
147 assert((getKind() == LocationKind::Direct || in getOffset()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h410 ENUM_CLASS(ComponentKind, Ordered, Direct, Ultimate, Potential, Scope) in ENUM_CLASS() argument
528 extern template class ComponentIterator<ComponentKind::Direct>;
533 using DirectComponentIterator = ComponentIterator<ComponentKind::Direct>;

1234