Searched refs:NewValue (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
350 Ident__exception_info(Self.Ident__exception_info, NewValue),
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
352 Ident___exception_code(Self.Ident___exception_code, NewValue),
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp216 Value *NewValue = C; local
228 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
235 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
240 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
243 ConstantToValueMap[C] = NewValue;
244 return NewValue;
270 Value *NewValue = UndefValue::get(C->getType()); local
274 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx);
278 NewValue
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp208 void VariantValue::setUnsigned(unsigned NewValue) { argument
211 Value.Unsigned = NewValue;
223 void VariantValue::setString(const std::string &NewValue) { argument
226 Value.String = new std::string(NewValue);
238 void VariantValue::setMatcher(const VariantMatcher &NewValue) { argument
241 Value.Matcher = new VariantMatcher(NewValue);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp290 const ParmVarDecl *NewValue = D->getParamDecl(1); local
291 QualType NewValueTy = NewValue->getType();
321 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c465 le32toh(event_data->NewValue),
472 le32toh(event_data->NewValue),
479 le32toh(event_data->NewValue),
483 state = le32toh(event_data->NewValue);
538 le32toh(event_data->NewValue),
549 le32toh(event_data->NewValue),
560 le32toh(event_data->NewValue),
565 switch (event_data->NewValue) {
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas_lsi.c383 le32toh(event_data->NewValue),
390 le32toh(event_data->NewValue),
397 le32toh(event_data->NewValue),
401 state = le32toh(event_data->NewValue);
450 le32toh(event_data->NewValue),
460 le32toh(event_data->NewValue), event_data->PhysDiskNum,
469 le32toh(event_data->NewValue), event_data->PhysDiskNum,
472 switch (event_data->NewValue) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp449 void SetKnownSafe(const bool NewValue) { argument
450 RRI.KnownSafe = NewValue;
457 void SetTailCallRelease(const bool NewValue) { argument
458 RRI.IsTailCallRelease = NewValue;
469 void SetReleaseMetadata(MDNode *NewValue) { argument
470 RRI.ReleaseMetadata = NewValue;
477 void SetCFGHazardAfflicted(const bool NewValue) { argument
478 RRI.CFGHazardAfflicted = NewValue;
1344 llvm::Value *NewValue = UndefValue::get(CI->getType()); local
1346 "\nOld = " << *CI << "\nNew = " << *NewValue << "\ local
1364 llvm::Value *NewValue = UndefValue::get(CI->getType()); local
1366 "\\nOld = " << *CI << "\\nNew = " << *NewValue << "\\n"); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h335 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) argument
338 II->setIsPoisoned(NewValue);
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_ioc.h628 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
650 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h745 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
767 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2024 APValue NewValue(APValue::UninitArray(), NewElts, Size);
2026 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I));
2028 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
2029 if (NewValue.hasArrayFiller())
2030 NewValue.getArrayFiller() = Array.getArrayFiller();
2031 Array.swap(NewValue);

Completed in 218 milliseconds