Home
last modified time | relevance | path

Searched refs:props (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProperties.cpp86 props.push_back(Prop); in collectProperties()
121 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in doTransform()
149 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in doPropAction()
204 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in removeAssignForDefaultStrong()
224 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in rewriteAssign()
252 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in maybeAddWeakOrUnsafeUnretainedAttr()
307 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarAssignedAPlusOneObject()
321 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarWithExplicitARCOwnership()
338 if (props.empty()) in hasGCWeak()
352 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in getPropertyType()
[all …]
/llvm-project-15.0.7/openmp/runtime/tools/
H A Dmessage-converter.pl259 my $props = $sections->{ $section }; # Section properties.
260 my $short = $props->{ short }; # Short section name, frequently used.
262 " // Set #$props->{ set }, $props->{ long }.\n" .
263 " ${prefix}_${short}_first = $props->{ base },\n";
295 my $props = $sections->{ $section }; # Section properties.
296 my $short = $props->{ short }; # Short section name, frequently used.
297 $bulk .= "-*- " . uc( $props->{ long } ) . "-*-\n\n";
426 my $props = $sections->{ $section }; # Section properties.
428 " $props->{ short }=" . $props->{ set } ."\n";
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_table.py242 ranges: list[PropertyRange], props: list[str]
244 assert len(props) < 16
253 e = Entry(range.lower, range.upper - range.lower, props.index(range.prop))
/llvm-project-15.0.7/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py124 props = dict(boxstyle='round', facecolor='wheat', alpha=0.5)
127 verticalalignment='top', bbox=props)
157 props = dict(boxstyle='round', facecolor='wheat', alpha=0.5)
162 verticalalignment='top', bbox=props)
168 verticalalignment='top', bbox=props)
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter() local
282 defCls.addMethod("void", "print", props, in emitParserPrinter()
364 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCustomBuilder() local
368 Method *m = defCls.addMethod(returnType, "get", props, in emitCustomBuilder()
392 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCheckedCustomBuilder() local
397 returnType, "getChecked", props, in emitCheckedCustomBuilder()
438 auto props = in emitTraitMethod() local
443 defCls.addMethod(method.getReturnType(), method.getName(), props, in emitTraitMethod()
H A DOpDefinitionsGen.cpp2243 auto props = (method.isStatic() ? Method::Static : Method::None) | in genOpInterfaceMethod() local
2245 return opClass.addMethod(method.getReturnType(), method.getName(), props, in genOpInterfaceMethod()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py242 def _fetch_property(self, props, name): argument
243 num_props = props.Count
246 item = props.Item(x)
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Darm-exidx-section.yaml55 # RUN: yaml2obj --docnum=2 %s -o %t.props.o
56 # RUN: llvm-readelf --sections %t.props.o | FileCheck %s --check-prefix=PROPERTIES
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsARM.td918 list<IntrinsicProperty> props = [IntrNoMem],
920 def "": Intrinsic<rets, params, props, "", sdprops>;
921 def _predicated: Intrinsic<rets, params # [pred], props, "", sdprops>;
925 list<IntrinsicProperty> props = [IntrNoMem]> {
926 def "": Intrinsic<rets, params, props>;
929 LLVMMatchType<0>, rets[0])], props>;
956 list<IntrinsicProperty> props = [IntrNoMem]> {
957 def "": Intrinsic<rets, flags # params, props>;
959 props>;
H A DIntrinsicsAMDGPU.td775 list<IntrinsicProperty> props,
788 !listconcat(props,
818 list<IntrinsicProperty> props,
825 props, sdnodeprops>;
832 list<IntrinsicProperty> props,
839 props, sdnodeprops>;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgStructuredOps.td27 class LinalgStructuredBase_Op<string mnemonic, list<Trait> props>
33 ReifyRankedShapedTypeOpInterface], props)> {
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp624 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create() local
625 props.GetClangModulesCachePath().GetPath(path); in Create()
H A DClangExpressionParser.cpp296 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths() local
297 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td319 list<SDNodeProperty> props = [], string sdclass = "SDNode">
323 let Properties = props;
1859 list<SDNode> roots = [], list<SDNodeProperty> props = [],
1865 list<SDNodeProperty> Properties = props;
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td1686 class TraitList<list<Trait> props> : Trait {
1687 list<Trait> traits = props;
2112 class Op<Dialect dialect, string mnemonic, list<Trait> props = []> {
2215 list<Trait> traits = props;
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Drewrite-out-arguments.ll437 !1 = !DIFile(filename: "code-object-metadata-kernel-debug-props.cl", directory: "/some/random/direc…
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td246 list<SDNodeProperty> props = []> :
247 ComplexPattern<ty, numops, fn, roots, props> {
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake76 # Update target props, since all sources are C++.