Searched refs:setValue (Results 26 - 50 of 56) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp368 RefMMOs[i]->setValue(NewSV);
H A DStackColoring.cpp1032 MMO->setValue(Allocas[AI]);
1132 Ref->setValue(NewSV);
H A DLiveDebugVariables.cpp426 I.setValue(std::move(DbgValue));
1321 LocMapI.setValue(OldDbgValue.changeLocNo(OldLocNo, NewLocNo));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d338 extern (C++) void setValue(VarDeclaration v, Expression e)
340 //printf("setValue() %s : %s\n", v.toChars(), e.toChars());
561 setValue(fd.vthis, thisarg);
1482 setValue(ca.var, ex.thrown);
1676 setValue(s.wthis, e);
2321 setValue(v2, einit);
2346 setValue(v, result);
3349 setValue(v, newval);
3522 setValue(ultimateVar, ex);
3970 setValue(v
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h308 void setValue(ExpressionValue NewValue, function in class:llvm::NumericVariable
H A DFileCheck.cpp1247 Context->LineVariable->setValue(ExpressionValue(*LineNumber));
1330 DefinedNumericVariable->setValue(*Value, MatchedValue);
2693 (*DefinedNumericVariable)->setValue(*Value);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp688 RV.setValue(ListInit::get(Tuple, RegisterRecTy));
691 RV.setValue(AsmName);
695 RV.setValue(ListInit::get(CostPerUse, CostList->getElementType()));
699 RV.setValue(BitInit::get(true));
H A DCodeGenTarget.cpp547 R->getValue("Inst")->setValue(NewBI);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1894 settings.setValue("session_id", app->sessionId());
1895 settings.setValue("in_tray", inTray);
H A Dnetworkconfig.cpp777 prioritySpinBox->setValue(atoi(reply));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp627 E->setValue(Record.getContext(), Record.readAPInt());
634 E->setValue(Record.getContext(), Record.readAPInt());
642 E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics()));
686 E->setValue(Record.readInt());
1619 E->setValue(Record.readInt());
1799 E->setValue(Record.readInt());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2212 setValue(UnsetInit::get());
2220 setValue(UnsetInit::get());
2243 bool RecordVal::setValue(Init *V) {
2265 // This version of setValue takes a source location and resets the
2267 bool RecordVal::setValue(Init *V, SMLoc NewLoc) {
2385 if (Value.setValue(VR)) {
H A DTGParser.cpp148 if (ERV->setValue(RV.getValue()))
213 if (RV->setValue(V, Loc)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h732 void setValue(Value *Val) { function in class:MemSetBase
734 "setValue called with value of wrong type!");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h191 void setValue(uint64_t Val) { Integer = Val; } function in class:llvm::DIEInteger
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h528 void setValue(const Value *V, SDValue NewN) { function in class:llvm::SelectionDAGBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h818 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { function in class:llvm::rc::VersionInfoResource::VersionInfoFixed
H A DResourceScriptParser.cpp784 Result.setValue(FixedType, ArgInts);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1469 void setValue(const ASTContext &C, const llvm::APInt &Val) { function in class:clang::APIntStorage
1479 void setValue(const ASTContext &C, const llvm::APFloat &Val) { function in class:clang::APFloatStorage
1612 void setValue(unsigned Val) { Value = Val; } function in class:clang::CharacterLiteral
1646 void setValue(const ASTContext &C, const llvm::APFloat &Val) { function in class:clang::FloatingLiteral
1648 APFloatStorage::setValue(C, Val);
H A DExprObjC.h102 void setValue(bool V) { Value = V; } function in class:clang::ObjCBoolLiteralExpr
H A DExprCXX.h734 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } function in class:clang::CXXBoolLiteralExpr
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1456 bool setValue(Init *V);
1459 bool setValue(Init *V, SMLoc NewLoc);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1556 /// setValue - Change the mapped value of the current interval.
1559 void setValue(ValT x);
1719 iterator::setValue(ValT x) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2950 Case.setValue(cast<ConstantInt>(NewCase));
2982 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase));
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp821 setValue(C, V);
844 setValue(C, V);
946 setValue(C, V);

Completed in 708 milliseconds

123