Searched refs:Val (Results 76 - 100 of 464) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h156 ValueHandle Val; member in class:__ubsan::Value
158 /// Is \c Val a (zero-extended) integer?
166 /// Is \c Val a (zero-extended) integer representation of a float?
175 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h99 Value Val, const DwarfCompileUnit *U)
101 Values.push_back(std::move(Val));
119 void addValue(Value Val) { Values.push_back(Val); } argument
98 DebugLocEntry(const MCSymbol *B, const MCSymbol *E, Value Val, const DwarfCompileUnit *U) argument
H A DAsmPrinterDwarf.cpp56 void AsmPrinter::EmitCFAByte(unsigned Val) const {
58 if (Val >= dwarf::DW_CFA_offset && Val < dwarf::DW_CFA_offset + 64)
60 Twine(Val - dwarf::DW_CFA_offset) + ")");
62 OutStreamer.AddComment(dwarf::CallFrameString(Val));
64 OutStreamer.EmitIntValue(Val, 1);
112 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const { argument
116 Twine(DecodeDWARFEncoding(Val)));
118 OutStreamer.AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val));
121 OutStreamer.EmitIntValue(Val,
[all...]
H A DAsmPrinterInlineAsm.cpp202 unsigned Val; local
203 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
208 if (Val >= NumOperands-1)
219 for (; Val; --Val) {
336 std::string Val(StrStart, StrEnd);
337 AP->PrintSpecial(MI, OS, Val.c_str());
346 unsigned Val; local
347 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val))
373 if (Val >
[all...]
/external/clang/include/clang/Sema/
H A DOwnership.h142 /// stored in the low bit of the Val pointer.
146 PtrTy Val; member in class:clang::ActionResult
151 : Val(PtrTy()), Invalid(Invalid) {}
152 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
153 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
160 bool isUsable() const { return !Invalid && Val; }
161 bool isUnset() const { return !Invalid && !Val; }
163 PtrTy get() const { return Val; }
166 void set(PtrTy V) { Val = V; }
169 Val
[all...]
/external/llvm/lib/IR/
H A DAttributeImpl.h76 uint64_t Val) {
78 if (Val) ID.AddInteger(Val);
86 static uint64_t getAttrMask(Attribute::AttrKind Val);
129 std::string Val; member in class:llvm::StringAttributeImpl
132 StringAttributeImpl(StringRef Kind, StringRef Val = StringRef())
133 : AttributeImpl(StringAttrEntry), Kind(Kind), Val(Val) {}
136 StringRef getStringValue() const { return Val; }
75 Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, uint64_t Val) argument
H A DModule.cpp275 Value *Val = Flag->getOperand(2); local
277 Key, Val));
289 return MFE.Val;
312 Value *Val) {
315 ConstantInt::get(Int32Ty, Behavior), MDString::get(Context, Key), Val
320 uint32_t Val) {
322 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
451 Value *Val = getModuleFlag("Dwarf Version"); local
452 if (!Val)
454 return cast<ConstantInt>(Val)
311 addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val) argument
319 addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val) argument
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c315 cmsFloat64Number e, Val, disc; local
324 Val = R;
326 Val = 0;
329 Val = pow(R, Params[0]);
337 Val = R;
339 Val = 0;
342 Val = pow(R, 1/Params[0]);
356 Val = pow(e, Params[0]);
358 Val = 0;
361 Val
638 cmsFloat64Number R, Val; local
[all...]
/external/clang/lib/Analysis/
H A DBodyFarm.cpp75 ObjCBoolLiteralExpr *makeObjCBool(bool Val);
147 ObjCBoolLiteralExpr *ASTMaker::makeObjCBool(bool Val) { argument
149 return new (C) ObjCBoolLiteralExpr(Val, Ty, SourceLocation());
359 Optional<Stmt *> &Val = Bodies[D]; local
360 if (Val.hasValue())
361 return Val.getValue();
363 Val = nullptr;
385 if (FF) { Val = FF(C, D); }
386 return Val.getValue();
455 Optional<Stmt *> &Val local
[all...]
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp80 void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
82 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
83 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
85 /// EmitComplexToComplexCast - Emit a cast from scalar value Val to DestType.
86 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
223 RValue &Val);
266 ComplexPairTy &Val);
329 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, argument
333 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
344 Builder.CreateAlignedStore(Val
387 EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType, QualType DestType) argument
402 EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType, QualType DestType) argument
637 EmitCompoundAssignLValue(const CompoundAssignOperator *E, ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&), RValue &Val) argument
690 RValue Val; local
704 EmitBinAssignLValue(const BinaryOperator *E, ComplexPairTy &Val) argument
725 ComplexPairTy Val; local
851 ComplexPairTy Val = Emitter.Visit(const_cast<Expr*>(E)); local
869 ComplexPairTy Val; // ignored local
890 RValue Val; local
898 RValue Val; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp112 class Val { class
141 // CHECK-5: store %class.Val*
144 Val<float, 202> Obj;
149 // CHECK-5: store %class.Val*
/external/clang/test/SemaTemplate/
H A Dinstantiate-self.cpp31 enum { Val = 1 }; enumerator in enum:test3::A::B::__anon19475
32 char c[1 + Val]; // ok
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h132 void setFromOpaqueValue(void *Val) { Value = reinterpret_cast<intptr_t>(Val);}
164 uintptr_t Val = static_cast<uintptr_t>(-1);
165 Val <<= PointerLikeTypeTraits<Ty>::NumLowBitsAvailable;
166 return Ty::getFromOpaqueValue(reinterpret_cast<void *>(Val));
169 uintptr_t Val = static_cast<uintptr_t>(-2);
170 Val <<= PointerLikeTypeTraits<PointerTy>::NumLowBitsAvailable;
171 return Ty::getFromOpaqueValue(reinterpret_cast<void *>(Val));
/external/llvm/include/llvm/IR/
H A DValueMap.h115 size_type count(const KeyT &Val) const {
116 return Map.find_as(Val) == Map.end() ? 0 : 1;
119 iterator find(const KeyT &Val) { argument
120 return iterator(Map.find_as(Val));
122 const_iterator find(const KeyT &Val) const {
123 return const_iterator(Map.find_as(Val));
128 ValueT lookup(const KeyT &Val) const {
129 typename MapT::const_iterator I = Map.find_as(Val);
150 bool erase(const KeyT &Val) { argument
151 typename MapT::iterator I = Map.find_as(Val);
264 getHashValue(const VH &Val) argument
267 getHashValue(const KeyT &Val) argument
[all...]
H A DGlobalValue.h112 void setUnnamedAddr(bool Val) { UnnamedAddr = Val; }
134 void setThreadLocal(bool Val) {
135 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal);
137 void setThreadLocalMode(ThreadLocalMode Val) {
138 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal);
139 ThreadLocal = Val;
H A DConstants.h56 APInt Val; member in class:llvm::ConstantInt
106 return Val;
110 unsigned getBitWidth() const { return Val.getBitWidth(); }
117 return Val.getZExtValue();
125 return Val.getSExtValue();
133 return Val == V;
155 bool isNegative() const { return Val.isNegative(); }
161 return Val == 0;
169 return Val == 1;
177 return Val
233 APFloat Val; member in class:llvm::ConstantFP
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h159 void setIsBuiltinMacro(bool Val = true) {
160 IsBuiltinMacro = Val;
164 void setIsUsed(bool Val) { argument
165 IsUsed = Val;
169 void setIsAllowRedefinitionsWithoutWarning(bool Val) { argument
170 IsAllowRedefinitionsWithoutWarning = Val;
291 void setUsedForHeaderGuard(bool Val) { UsedForHeaderGuard = Val; }
484 void setAmbiguous(bool Val) { IsAmbiguous = Val; } argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c230 CAMLprim value llvm_dump_type(LLVMTypeRef Val) { argument
231 LLVMDumpType(Val);
467 CAMLprim LLVMTypeRef llvm_type_of(LLVMValueRef Val) { argument
468 return LLVMTypeOf(Val);
498 #define DEFINE_CASE(Val, Kind) \
499 do {if (LLVMIsA##Kind(Val)) CAMLreturn(Val_int(Kind));} while(0)
501 CAMLprim value llvm_classify_value(LLVMValueRef Val) { argument
503 if (!Val)
505 if (LLVMIsAConstant(Val)) {
506 DEFINE_CASE(Val, BlockAddres
539 llvm_value_name(LLVMValueRef Val) argument
544 llvm_set_value_name(value Name, LLVMValueRef Val) argument
550 llvm_dump_value(LLVMValueRef Val) argument
594 llvm_is_constant(LLVMValueRef Val) argument
599 llvm_is_null(LLVMValueRef Val) argument
604 llvm_is_undef(LLVMValueRef Val) argument
609 llvm_constexpr_get_opcode(LLVMValueRef Val) argument
617 llvm_has_metadata(LLVMValueRef Val) argument
622 llvm_metadata(LLVMValueRef Val, value MDKindID) argument
634 llvm_set_metadata(LLVMValueRef Val, value MDKindID, LLVMValueRef MD) argument
641 llvm_clear_metadata(LLVMValueRef Val, value MDKindID) argument
689 llvm_append_namedmd(LLVMModuleRef M, value Name, LLVMValueRef Val) argument
839 llvm_const_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, value Indices) argument
918 llvm_use_begin(LLVMValueRef Val) argument
1300 llvm_value_is_block(LLVMValueRef Val) argument
1320 llvm_instr_icmp_predicate(LLVMValueRef Val) argument
1526 llvm_build_ret(LLVMValueRef Val, value B) argument
1565 llvm_build_array_malloc(LLVMTypeRef Ty, LLVMValueRef Val, value Name, value B) argument
1862 llvm_build_atomicrmw_native(value BinOp, LLVMValueRef Ptr, LLVMValueRef Val, value Ord, value ST, value Name, value B) argument
2119 llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, value Idx, value Name, value B) argument
2127 llvm_build_is_null(LLVMValueRef Val, value Name, value B) argument
2133 llvm_build_is_not_null(LLVMValueRef Val, value Name, value B) argument
[all...]
/external/clang/include/clang/Basic/
H A DIdentifierTable.h130 void setHasMacroDefinition(bool Val) { argument
131 if (HasMacro == Val) return;
133 HasMacro = Val;
134 if (Val) {
207 void setIsExtensionToken(bool Val) { argument
208 IsExtension = Val;
209 if (Val)
220 void setIsCXX11CompatKeyword(bool Val) { argument
221 IsCXX11CompatKeyword = Val;
222 if (Val)
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp184 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
186 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val,
188 static DecodeStatus DecodeSOImmOperand(MCInst &Inst, unsigned Val,
190 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val,
192 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
194 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val,
228 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
230 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
232 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
238 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
1102 DecodePredicateOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1116 DecodeCCOutOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1125 DecodeSOImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1134 DecodeSORegImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1171 DecodeSORegRegOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1206 DecodeRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1243 DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1267 DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1292 DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1574 DecodeSORegMemOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2120 DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2140 DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2159 DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2218 DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3080 DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3086 DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3092 DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3098 DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3164 DecodeThumbBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3172 DecodeT2BROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3180 DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3188 DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3203 DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3217 DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3227 DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3235 DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3547 DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3561 DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3576 DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val, uint64_t Address, const void *Decoder) argument
3591 DecodeT2Imm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3604 DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3711 DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3797 DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3821 DecodeCoprocessor(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3894 DecodeT2SOImm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3926 DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3934 DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3957 DecodeMemBarrierOption(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3966 DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3975 DecodeMSRMask(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
4831 unsigned Val = fieldFromInstruction(Insn, 0, 8); local
4840 DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, uint64_t Address, const void *Decoder) argument
4938 DecodeLDR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
4965 DecodeMRRC2(llvm::MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
[all...]
/external/libedit/src/
H A Dterminal.c90 #define Val(a) el->el_terminal.t_val[a] macro
228 EL_FLAGS |= (Val(T_pt) && !Val(T_xt)) ? TERM_CAN_TAB : 0;
230 EL_FLAGS |= (Val(T_km) || Val(T_MT)) ? TERM_HAS_META : 0;
236 EL_FLAGS |= Val(T_am) ? TERM_HAS_AUTO_MARGINS : 0;
237 EL_FLAGS |= Val(T_xn) ? TERM_HAS_MAGIC_MARGINS : 0;
400 c->h = Val(T_co);
401 c->v = Val(T_li);
821 terminal_tputs(el, Str(T_cl), Val(T_l
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc293 CHECK(T.Call(T.Val(0.0), T.Val(0.0)).ToHandleChecked()->IsUndefined());
294 CHECK(T.Call(T.Val(2.0), T.Val(0.0)).ToHandleChecked()->IsUndefined());
295 CHECK(T.Call(T.Val(-2.1), T.Val(0.0)).ToHandleChecked()->IsUndefined());
303 CHECK(T.Call(T.Val(0.0), T.Val(0.0)).ToHandleChecked()->IsNaN());
304 CHECK(T.Call(T.Val(2.0), T.Val(0.
[all...]
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp105 APFloat Val = MO.getFPImm()->getValueAPF(); local
107 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
108 MCOp = MCOperand::CreateFPImm(Val.convertToDouble());
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp407 ARMCC::CondCodes Val; member in struct:__anon25988::ARMOperand::CCOp
411 unsigned Val; member in struct:__anon25988::ARMOperand::CopOp
415 unsigned Val; member in struct:__anon25988::ARMOperand::CoprocOptionOp
423 ARM_MB::MemBOpt Val; member in struct:__anon25988::ARMOperand::MBOptOp
427 ARM_ISB::InstSyncBOpt Val; member in struct:__anon25988::ARMOperand::ISBOptOp
431 ARM_PROC::IFlags Val; member in struct:__anon25988::ARMOperand::IFlagsOp
435 unsigned Val; member in struct:__anon25988::ARMOperand::MMaskOp
456 unsigned Val; member in struct:__anon25988::ARMOperand::VectorIndexOp
460 const MCExpr *Val; member in struct:__anon25988::ARMOperand::ImmOp
628 return CC.Val;
697 int64_t Val = CE->getValue(); local
711 int64_t Val = CE->getValue(); local
725 int64_t Val = 0; local
744 int Val = ARM_AM::getFP32Imm(APInt(32, CE->getValue())); local
1825 int Val = ARM_AM::getFP32Imm(APInt(32, CE->getValue())); local
1891 int Val = CE->getValue(); local
1999 int Val = CE->getValue(); local
2055 int32_t Val = Memory.OffsetImm ? Memory.OffsetImm->getValue() : 0; local
2273 int64_t Val = Memory.OffsetImm ? (Memory.OffsetImm->getValue() / 2) : 0; local
2280 int64_t Val = Memory.OffsetImm ? (Memory.OffsetImm->getValue()) : 0; local
2287 int64_t Val = Memory.OffsetImm ? (Memory.OffsetImm->getValue() / 4) : 0; local
2503 CreateCoprocOption(unsigned Val, SMLoc S, SMLoc E) argument
2664 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E) argument
3227 int Val = CE->getValue(); local
3450 int64_t Val = CE->getValue(); local
3773 int Val = CE->getValue(); local
3822 int Val = CE->getValue(); local
4038 int Val = CE->getValue(); local
4057 int Val = StringSwitch<int>(Tok.getString().lower()) local
4119 int64_t Val = CE->getValue(); local
4180 int64_t Val = CE->getValue(); local
4344 int32_t Val = CE->getValue(); local
4770 int64_t Val = Tok.getIntVal(); local
4866 int32_t Val = CE->getValue(); local
8406 int64_t Val = Parser.getTok().getIntVal(); local
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h1679 static const ToTy *doit(const DeclContext *Val) { argument
1680 return static_cast<const ToTy*>(Decl::castFromDeclContext(Val));
1683 static ToTy *doit(DeclContext *Val) { argument
1684 return static_cast<ToTy*>(Decl::castFromDeclContext(Val));
1691 static const ToTy *doit(const DeclContext *Val) { argument
1692 return static_cast<const ToTy*>(Val);
1695 static ToTy *doit(DeclContext *Val) { argument
1696 return static_cast<ToTy*>(Val);
1708 static bool doit(const ::clang::DeclContext &Val) { argument
1709 return To::classofKind(Val
1717 doit(const ::clang::DeclContext &Val) argument
1723 doit(::clang::DeclContext &Val) argument
1730 doit(const ::clang::DeclContext *Val) argument
1736 doit(::clang::DeclContext *Val) argument
1744 doit(const FromTy &Val) argument
1751 doit(const FromTy *Val) argument
1758 doit(const FromTy &Val) argument
1765 doit(const FromTy *Val) argument
[all...]

Completed in 550 milliseconds

1234567891011>>