| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 127 Env.setValue(*Loc, UnpackedVal); in maybeUnpackLValueExpr() 154 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator() 168 Env.setValue(Loc, Env.makeAnd(LHSVal, RHSVal)); in VisitBinaryOperator() 170 Env.setValue(Loc, Env.makeOr(LHSVal, RHSVal)); in VisitBinaryOperator() 178 Env.setValue(Loc, S->getOpcode() == BO_EQ ? LHSEqRHSValue in VisitBinaryOperator() 207 Env.setValue(Loc, Val); in VisitDeclRefExpr() 234 Env.setValue(Loc, *Val); in VisitDeclStmt() 245 Env.setValue(Loc, Val); in VisitDeclStmt() 248 Env.setValue(Loc, *InitExprVal); in VisitDeclStmt() 264 Env.setValue(Loc, *Val); in VisitDeclStmt() [all …]
|
| H A D | DataflowEnvironment.cpp | 213 setValue(Loc, *Val); in initVars() 268 setValue(ParamLoc, *ParamVal); in Environment() 286 setValue(*ThisPointeeLoc, *ThisPointeeVal); in Environment() 375 setValue(Loc, Val); in pushCallInternal() 377 setValue(Loc, *ArgVal); in pushCallInternal() 379 setValue(Loc, *Val); in pushCallInternal() 616 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() function in clang::dataflow::Environment 630 setValue(FieldLoc, *FieldVal); in setValue() 714 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential() 731 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()
|
| H A D | TypeErasedDataflowAnalysis.cpp | 164 Env.setValue(*Loc, *Val); in extendFlowCondition() 332 Env.setValue(MemberLoc, Env.takeOwnership(std::make_unique<ReferenceValue>( in builtinTransferInitializer() 336 Env.setValue(MemberLoc, *InitStmtVal); in builtinTransferInitializer()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
| H A D | Gzip.pm | 90 $got->setValue('crc32' => 1); 101 $got->setValue(time => time) ; 139 $got->setValue('method' => Z_DEFLATED) ; 142 $got->setValue('extraflags' => 2) 144 $got->setValue('extraflags' => 4) 154 $got->setValue('extrafield' => $data) ; 185 $params->setValue('name' => $filename) 188 $params->setValue('time' => $defaultTime)
|
| H A D | Zip.pm | 611 $got->setValue('crc32' => 1); 615 $got->setValue('time' => time) ; 625 $got->setValue("mtime", $timeRef->[1]); 626 $got->setValue("atime", $timeRef->[0]); 627 $got->setValue("ctime", $timeRef->[2]); 640 $got->setValue("uid", $idRef->[0]); 641 $got->setValue("gid", $idRef->[1]); 642 $got->setValue("want_$name", $idRef); 675 $got->setValue($name, $data) ; 778 $params->setValue(zip6 [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | accessing_ivars.m | 14 - (int) setValue: (int)number; 26 - (int) setValue: (int)number 42 [a setValue: 10]; 45 [b setValue: -10];
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2595 setValue(CurInst, BrCond); in visitSwitchCase() 3125 setValue(&LP, Res); in visitLandingPad() 3190 setValue(&I, UnNodeValue); in visitUnary() 3208 setValue(&I, BinNodeValue); in visitBinary() 3247 setValue(&I, Res); in visitShift() 3257 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1, in visitSDiv() 3285 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp() 3308 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp() 3451 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect() 3460 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), DestVT, N)); in visitTrunc() [all …]
|
| H A D | StatepointLowering.cpp | 1100 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint() 1108 setValue(&I, ReturnValue); in LowerStatepoint() 1162 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl() 1183 setValue(&CI, getValue(SI)); in visitGCResult() 1196 setValue(&CI, CopyFromReg); in visitGCResult() 1229 setValue(&Relocate, SDV); in visitGCRelocate() 1243 setValue(&Relocate, Relocation); in visitGCRelocate() 1275 setValue(&Relocate, SpillLoad); in visitGCRelocate() 1285 setValue(&Relocate, DAG.getTargetConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate() 1291 setValue(&Relocate, SD); in visitGCRelocate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | PackedVector.h | 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 92 Vec.setValue(Vec.Bits, Idx, val);
|
| H A D | StringMapEntry.h | 84 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 210 Env.setValue(Loc, *Value); in forceBoolValue() 304 Env.setValue(ValueLoc, *ValueVal); in maybeInitializeOptionalValueMember() 314 Env.setValue(ValueLoc, *ValueVal); in maybeInitializeOptionalValueMember() 364 State.Env.setValue( in transferMakeOptionalCall() 375 State.Env.setValue(CallExprLoc, *HasValueVal); in transferOptionalHasValueCall() 442 State.Env.setValue( in transferCallReturningOptional() 450 Env.setValue(*OptionalLoc, createOptionalValue(Env, HasValueVal)); in assignOptionalValue() 502 State.Env.setValue(*OptionalLoc, createOptionalValue(State.Env, HasValueVal)); in transferAssignment() 533 State.Env.setValue(OptionalLoc1, *OptionalVal2); in transferSwap() 534 State.Env.setValue(OptionalLoc2, *OptionalVal1); in transferSwap()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | AnyInflate.pm | 60 $got->setValue('crc32' => 1); 61 $got->setValue('adler32' => 1);
|
| H A D | AnyUncompress.pm | 84 $got->setValue('crc32' => 1); 85 $got->setValue('adler32' => 1);
|
| H A D | Inflate.pm | 51 $got->setValue('adler32' => 1);
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 27 setValue(); in DbiModuleSourceFilesIterator() 102 setValue(); in operator +=() 118 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 553 template <class DT> void setValue(const DT & /*V*/) {} 585 void setValue(const DataType &V) { 619 OptionValue(const DataType &V) { this->setValue(V); } 623 this->setValue(V); 637 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 640 setValue(V); 654 OptionValue(const std::string &V) { this->setValue(V); } 657 setValue(V); 1334 template <class T> void setValue(const T &V, bool initial = false) { 1364 template <class T> void setValue(const T &V, bool initial = false) { [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/bitfield/ |
| H A D | program.cpp | 41 void setValue(uint32_t V) { value = V; } in setValue() function in MaskedData
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceIRReferences.cpp | 31 MMO->setValue(static_cast<const Value *>(nullptr)); in dropIRReferencesFromInstructions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 317 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 318 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 188 void setValue(StringRef Value) override { in setValue() function 228 void setValue(StringRef Value) override { in setValue() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 68 Other.A.setValue(InvalidAddr); in FinalizedAlloc() 95 A.setValue(InvalidAddr); in release()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 55 void setValue();
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LookupAndRecordAddrs.cpp | 34 KV.second->setValue((I != Result->end()) ? I->second.getAddress() in lookupAndRecordAddrs()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 369 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate() 383 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 320 CurrentElement->setValue( in processOneAttribute() 333 CurrentElement->setValue(Stream.str()); in processOneAttribute() 335 CurrentElement->setValue( in processOneAttribute() 338 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute()
|