Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 3403) sorted by relevance

12345678910>>...137

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1032 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
1033 kw_override = &IdentTable.get("override"); in AdditionalKeywords()
1034 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
1035 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
1036 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()
1037 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
1038 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
1039 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()
1040 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()
1041 kw_NS_ERROR_ENUM = &IdentTable.get("NS_ERROR_ENUM"); in AdditionalKeywords()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp134 UIMethods.insert({&Ctx.Idents.get(#receiver), \
139 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument});
142 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument});
158 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
159 &Ctx.Idents.get("tag")}; in initUIMethods()
162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods()
163 &Ctx.Idents.get("selectedImage")}; in initUIMethods()
175 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title"), in initUIMethods()
176 &Ctx.Idents.get("handler")}; in initUIMethods()
187 &Ctx.Idents.get("radioButtonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp21 return MDString::get(Context, Str); in createString()
25 return ConstantAsMetadata::get(C); in createConstant()
33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
34 return MDNode::get(Context, Op); in createFPMath()
64 Vals[i + Offset] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights()
66 return MDNode::get(Context, Vals); in createBranchWeights()
70 return MDNode::get(Context, std::nullopt); in createUnpredictable()
82 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount()
87 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount()
89 return MDNode::get(Context, Ops); in createFunctionEntryCount()
[all …]
H A DConstantFold.cpp85 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
93 return ConstantFP::get(DestTy->getContext(), in FoldBitCast()
116 return ConstantInt::get(FP->getContext(), in FoldBitCast()
133 return PoisonValue::get(DestTy); in ConstantFoldCastInstruction()
142 return UndefValue::get(DestTy); in ConstantFoldCastInstruction()
177 Type *Ty = IntegerType::get(V->getContext(), 32); in ConstantFoldCastInstruction()
181 Constant *C = ConstantExpr::getExtractElement(V, ConstantInt::get(Ty, i)); in ConstantFoldCastInstruction()
187 return ConstantVector::get(res); in ConstantFoldCastInstruction()
202 return ConstantFP::get(V->getContext(), Val); in ConstantFoldCastInstruction()
216 return PoisonValue::get(DestTy); in ConstantFoldCastInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp80 Def->setDesc(TII.get(NE_I32)); in runOnMachineFunction()
84 Def->setDesc(TII.get(EQ_I32)); in runOnMachineFunction()
88 Def->setDesc(TII.get(LE_S_I32)); in runOnMachineFunction()
92 Def->setDesc(TII.get(LT_S_I32)); in runOnMachineFunction()
96 Def->setDesc(TII.get(GE_S_I32)); in runOnMachineFunction()
100 Def->setDesc(TII.get(GT_S_I32)); in runOnMachineFunction()
104 Def->setDesc(TII.get(LE_U_I32)); in runOnMachineFunction()
108 Def->setDesc(TII.get(LT_U_I32)); in runOnMachineFunction()
112 Def->setDesc(TII.get(GE_U_I32)); in runOnMachineFunction()
116 Def->setDesc(TII.get(GT_U_I32)); in runOnMachineFunction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId()
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector()
52 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector()
56 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector()
59 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("stringWithCString"), in getNSStringSelector()
60 &Ctx.Idents.get("encoding")}; in getNSStringSelector()
65 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector()
68 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector()
82 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector()
85 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector()
[all …]
H A DASTTypeTraits.cpp188 if (const TemplateArgument *TA = get<TemplateArgument>()) in print()
190 else if (const TemplateArgumentLoc *TAL = get<TemplateArgumentLoc>()) in print()
192 else if (const TemplateName *TN = get<TemplateName>()) in print()
194 else if (const NestedNameSpecifier *NNS = get<NestedNameSpecifier>()) in print()
196 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print()
201 } else if (const QualType *QT = get<QualType>()) in print()
203 else if (const TypeLoc *TL = get<TypeLoc>()) in print()
205 else if (const Decl *D = get<Decl>()) in print()
207 else if (const Stmt *S = get<Stmt>()) in print()
209 else if (const Type *T = get<Type>()) in print()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h181 static SectionKind get(Kind K) { in get() function
188 static SectionKind getMetadata() { return get(Metadata); } in getMetadata()
189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
190 static SectionKind getText() { return get(Text); } in getText()
191 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly()
192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
194 return get(Mergeable1ByteCString); in getMergeable1ByteCString()
197 return get(Mergeable2ByteCString); in getMergeable2ByteCString()
200 return get(Mergeable4ByteCString); in getMergeable4ByteCString()
202 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp52 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata()
53 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
66 MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"), in createPipeliningMetadata()
67 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata()
69 Args.push_back(MDNode::get(Ctx, Vals)); in createPipeliningMetadata()
108 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata()
120 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata()
121 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata()
123 Args.push_back(MDNode::get(Ctx, Vals)); in createPartialUnrollMetadata()
128 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h95 llvm::Record *get() const { in get() function
106 return get()->getLoc(); in getLoc()
111 return get()->isSubClassOf(className); in isSubClassOf()
117 ? NodeClass(get()) : NodeClass()); in getAs()
122 return lhs.get()->getName() < rhs.get()->getName();
163 return get()->getName(); in getName()
168 return get()->getValueAsOptionalDef(BaseFieldName); in getBase()
173 return get()->getValueAsBit(AbstractFieldName); in isAbstract()
254 return get()->isAnonymous(); in isGenericSpecialization()
260 return get()->getName(); in getAbstractTypeName()
[all …]
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk269 map_set(ValueFormats, get(FmtHex, p_name), FmtHex)
270 map_set(ValueFormats, get(FmtDec, p_name), FmtDec)
271 map_set(ValueFormats, get(FmtMAC, p_name), FmtMAC)
272 map_set(ValueFormats, get(FmtLEDDC, p_name), FmtLEDDC)
273 map_set(ValueFormats, get(FmtStr, p_name), FmtStr)
325 map_set(BaseTypes, get(UInt8, p_name), UInt8)
326 map_set(BaseTypes, get(UInt16, p_name), UInt16)
327 map_set(BaseTypes, get(UInt32, p_name), UInt32)
328 map_set(BaseTypes, get(Int8, p_name), Int8)
329 map_set(BaseTypes, get(Int16, p_name), Int16)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp59 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "kernel"), in addKernelMetadata()
60 llvm::ConstantAsMetadata::get( in addKernelMetadata()
61 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
65 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidx"), in addKernelMetadata()
66 llvm::ConstantAsMetadata::get( in addKernelMetadata()
67 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
69 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidy"), in addKernelMetadata()
70 llvm::ConstantAsMetadata::get( in addKernelMetadata()
71 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))}; in addKernelMetadata()
73 llvm::ConstantAsMetadata::get(GV), llvm::MDString::get(Ctx, "maxntidz"), in addKernelMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp112 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i16, in INITIALIZE_PASS()
115 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i32, in INITIALIZE_PASS()
118 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rj), MVT::i32, in INITIALIZE_PASS()
122 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i16, in INITIALIZE_PASS()
125 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i32, in INITIALIZE_PASS()
128 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV16rj), MVT::i32, in INITIALIZE_PASS()
132 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i16, in INITIALIZE_PASS()
135 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i32, in INITIALIZE_PASS()
138 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rp), MVT::i32, in INITIALIZE_PASS()
142 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dp), MVT::i16, in INITIALIZE_PASS()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h56 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 type& get() const _NOEXCEPT { return *__f_; } in get() function
68 return std::__invoke(get(), std::forward<_ArgTypes>(__args)...); in operator()
77 { __x.get() == __y.get() } -> __boolean_testable;
80 return __x.get() == __y.get();
85 { __x.get() == __y } -> __boolean_testable;
88 return __x.get() == __y;
93 { __x.get() == __y.get() } -> __boolean_testable;
96 return __x.get() == __y.get();
100 requires requires { std::__synth_three_way(__x.get(), __y.get()); }
102 return std::__synth_three_way(__x.get(), __y.get());
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp120 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc()
128 auto *Data = ConstantDataArray::get(C, Buf); in createBinDesc()
150 auto *Begin = ConstantInt::get(getSizeTTy(M), Entry->ImageOffset); in createBinDesc()
152 ConstantInt::get(getSizeTTy(M), Entry->ImageOffset + Entry->ImageSize); in createBinDesc()
161 ImagesInits.push_back(ConstantStruct::get(getDeviceImageTy(M), ImageB, in createBinDesc()
166 auto *ImagesData = ConstantArray::get( in createBinDesc()
167 ArrayType::get(getDeviceImageTy(M), ImagesInits.size()), ImagesInits); in createBinDesc()
179 auto *DescInit = ConstantStruct::get( in createBinDesc()
181 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
192 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector()
42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector()
56 return std::equal(Data.get(), Data.get() + Length, V.Data.get());
83 std::transform(Data.get(), Data.get() + Length, V.Data.get(), Data.get(),
91 return std::min_element(Data.get(), Data.get() + Length) - Data.get(); in minIndex()
101 unsigned *VBegin = reinterpret_cast<unsigned*>(V.Data.get()); in hash_value()
102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value()
136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix()
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix()
157 return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get());
[all …]
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp23 Cs.push_back(ConstantInt::get(IntTy, 0)); in makeConstantsWithType()
24 Cs.push_back(ConstantInt::get(IntTy, 1)); in makeConstantsWithType()
25 Cs.push_back(ConstantInt::get(IntTy, 42)); in makeConstantsWithType()
26 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
27 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); in makeConstantsWithType()
28 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
29 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); in makeConstantsWithType()
30 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); in makeConstantsWithType()
34 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType()
35 Cs.push_back(ConstantFP::get(Ctx, APFloat(Sem, 1))); in makeConstantsWithType()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp47 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator()
77 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
80 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
87 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
89 WithColor(Printer, PDB_ColorItem::Identifier).get() in start()
98 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start()
114 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
116 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
127 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
[all …]
H A DPrettyCompilandDumper.cpp54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName; in start()
62 WithColor(Printer, PDB_ColorItem::Path).get() << File->getFileName(); in start()
66 WithColor(Printer, PDB_ColorItem::Comment).get() in start()
84 WithColor(Printer, StatementColor).get() << LineStart; in start()
86 WithColor(Printer, StatementColor).get() << " - " << LineEnd; in start()
92 WithColor(Printer, StatementColor).get() << ColumnStart; in start()
94 WithColor(Printer, StatementColor).get() << " - " << ColumnEnd; in start()
101 WithColor(Printer, PDB_ColorItem::Address).get() in start()
107 WithColor(Printer, PDB_ColorItem::Address).get() in start()
139 WithColor(Printer, PDB_ColorItem::Address).get() in dump()
[all …]
H A DPrettyVariableDumper.cpp53 WithColor(Printer, PDB_ColorItem::Address).get() in start()
56 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static "; in start()
66 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
71 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
79 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
84 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
90 WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName(); in start()
99 WithColor(Printer, PDB_ColorItem::Offset).get() in startVbptr()
109 WithColor(Printer, PDB_ColorItem::Offset).get() in start()
137 WithColor(Printer, PDB_ColorItem::Type).get() << Symbol.getName(); in dump()
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr23 : get-count ( 2:this -- count ) my=[ .count get ] ;
26 : ?empty ( 2:this -- flag ) --> get-count 0= ;
28 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
31 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
45 this my=> get-buf
64 this --> get-buflen 0=
73 size this --> get-buflen > if
74 this --> get-buf size resize
83 c-addr this --> get-buf u move
86 : get { 2:this -- c-addr u }
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn197 Req-get-pw-policy ::= NULL
99 Rep-get-pw-policy ::= SEQUENCE {
106 Err-get-pw-policy ::= NULL
109 Req-get-princ-aliases ::= NULL
111 Rep-get-princ-aliases ::= SEQUENCE {
121 Err-get-princ-aliases ::= NULL
124 Req-get-supported-etypes ::= NULL
126 Rep-get-supported-etypes ::= SEQUENCE OF ENCTYPE
128 Err-get-supported-etypes ::= NULL
136 get-pw-policy[3] Req-get-pw-policy,
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send"); in initPointToPointIdentifiers()
35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers()
41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers()
46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers()
52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers()
57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers()
63 IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend"); in initPointToPointIdentifiers()
68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend"); in initPointToPointIdentifiers()
73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv"); in initPointToPointIdentifiers()
78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp31 MDVals[0] = ConstantAsMetadata::get(B.getInt32(ValidatorVer.getMajor())); in update()
33 ConstantAsMetadata::get(B.getInt32(ValidatorVer.getMinor().value_or(0))); in update()
36 Entry->addOperand(MDNode::get(Ctx, MDVals)); in update()
38 Entry->setOperand(0, MDNode::get(Ctx, MDVals)); in update()
87 Vals[0] = MDString::get(Ctx, getShortShaderStage(TT.getEnvironment())); in createShaderModelMD()
88 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createShaderModelMD()
89 Vals[2] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createShaderModelMD()
90 Entry->addOperand(MDNode::get(Ctx, Vals)); in createShaderModelMD()
100 Vals[0] = ConstantAsMetadata::get(B.getInt32(Ver.getMajor())); in createDXILVersionMD()
101 Vals[1] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createDXILVersionMD()
[all …]
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp438 if (status.get().exited()) { in apply()
440 if (_argument.get() == status.get().exitstatus()) in apply()
447 _argument.get() % status.get().exitstatus()); in apply()
452 format_status(status.get())); in apply()
455 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
460 format_status(status.get())); in apply()
463 if (status.get().signaled()) { in apply()
465 if (_argument.get() == status.get().termsig()) in apply()
472 _argument.get() % status.get().termsig()); in apply()
477 format_status(status.get())); in apply()
[all …]

12345678910>>...137