Searched refs:cast (Results 1 - 25 of 383) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A DMakefile.x86_646 dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
7 fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile.template22 OSKextLib.cpo_CXXWARNFLAGS_ADD = -Wno-cast-align
23 OSKext.cpo_CXXWARNFLAGS_ADD = -Wno-cast-align
24 OSMetaClass.cpo_CXXWARNFLAGS_ADD = -Wno-cast-align
25 OSUnserialize.cpo_CXXWARNFLAGS_ADD = -Wno-cast-align
26 corecrypto_md5.o_CWARNFLAGS_ADD = -Wno-cast-align
27 corecrypto_sha1.o_CWARNFLAGS_ADD = -Wno-cast-align
30 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
31 deflate.o_CWARNFLAGS_ADD = -Wno-cast-qual
32 infback.o_CWARNFLAGS_ADD = -Wno-cast-qual
33 inffast.o_CWARNFLAGS_ADD = -Wno-cast
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstruction.cpp195 return LI->isVolatile() == cast<LoadInst>(I)->isVolatile() &&
196 LI->getAlignment() == cast<LoadInst>(I)->getAlignment() &&
197 LI->getOrdering() == cast<LoadInst>(I)->getOrdering() &&
198 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
200 return SI->isVolatile() == cast<StoreInst>(I)->isVolatile() &&
201 SI->getAlignment() == cast<StoreInst>(I)->getAlignment() &&
202 SI->getOrdering() == cast<StoreInst>(I)->getOrdering() &&
203 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
205 return CI->getPredicate() == cast<CmpInst>(I)->getPredicate();
207 return CI->isTailCall() == cast<CallIns
[all...]
H A DIntrinsicInst.cpp20 // cast instruction needs to be stripped away.
68 return cast<MDNode>(getArgOperand(0))->getOperand(0);
72 return cast<MDNode>(getArgOperand(0))->getOperand(0);
/macosx-10.10/swig-12/Lib/
H A Dswiginit.swg18 * cast linked list. The cast data is initially stored in something like a
23 * a variable number of columns. So to actually build the cast linked list,
28 * First off, we lookup the cast->type name to see if it is already loaded.
30 * 1) If the cast->type has already been loaded AND the type we are adding
32 * replace the cast->type pointer with the type pointer that has already
35 * cast->type) are loaded, THEN the cast info has already been loaded by
37 * 3) Finally, if cast->type has not already been loaded, then we add that
38 * swig_cast_info to the linked list (because the cast
[all...]
H A Dswigrun.swg117 allows to return the 'cast rank', for example, if you have this
124 food(1) // cast rank '1' (1 -> 1.0)
125 fooi(1) // cast rank '0'
135 /* The CastRankLimit says how many bits are used for the cast rank */
159 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
170 #else /* no cast-rank mode */
189 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */
190 struct swig_cast_info *cast; /* linked list of types that can cast into this type */
198 swig_converter_func converter; /* function to cast th
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIntrinsicInst.h34 /// functions. This allows the standard isa/dyncast/cast functionality to
47 // Methods for support type inquiry through isa, cast, and dyn_cast:
55 return isa<CallInst>(V) && classof(cast<CallInst>(V));
64 // Methods for support type inquiry through isa, cast, and dyn_cast:
75 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
86 MDNode *getVariable() const { return cast<MDNode>(getArgOperand(1)); }
88 // Methods for support type inquiry through isa, cast, and dyn_cast:
94 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
105 return cast<ConstantInt>(
108 MDNode *getVariable() const { return cast<MDNod
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dudis86_syn-intel.c37 * opr_cast() - Prints an operand cast.
233 int cast = 0; local
236 cast = u->c1;
238 cast = u->c1;
241 cast = 1;
243 cast = 1;
245 cast = 1;
247 if ( u->operand[ 0 ].size > 8 ) cast = 1;
249 gen_operand(u, &u->operand[0], cast);
253 int cast local
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Ddisassembler.py21 from ctypes import cast
73 buf = cast(c_char_p(source), POINTER(c_ubyte))
74 out_str = cast((c_byte * 255)(), c_char_p)
95 out_str = cast((c_byte * 255)(), c_char_p)
98 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
103 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A DMakefile2 # OpenSSL/crypto/cast/Makefile
5 DIR= cast
30 EXHEADER= cast.h
46 cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
47 (cd asm; $(PERL) cast-586.pl elf $(CLAGS) $(PROCESSOR) > ../$@)
49 cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
50 (cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@)
52 cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
53 (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
92 c_cfb64.o: ../../e_os.h ../../include/openssl/cast
[all...]
H A Dc_ecb.c1 /* crypto/cast/c_ecb.c */
59 #include <openssl/cast.h>
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DMDBuilderTest.cpp42 ConstantFP *Val = cast<ConstantFP>(Op);
55 ConstantInt *C0 = cast<ConstantInt>(R1->getOperand(0));
56 ConstantInt *C1 = cast<ConstantInt>(R1->getOperand(1));
79 EXPECT_EQ(cast<MDString>(R0->getOperand(0))->getString(), "Root");
98 EXPECT_EQ(cast<MDString>(N0->getOperand(0))->getString(), "Node");
99 EXPECT_EQ(cast<MDString>(N1->getOperand(0))->getString(), "edoN");
100 EXPECT_EQ(cast<MDString>(N2->getOperand(0))->getString(), "Node");
105 EXPECT_EQ(cast<ConstantInt>(N2->getOperand(2))->getZExtValue(), 1U);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcmem.h295 # define RPC_MEM_ALLOC(addr, cast, size, type, flags) \
296 RPC_MEM_ALLOC_IL(addr, cast, size, type, flags)
298 # define RPC_MEM_REALLOC(addr, cast, size, type, flags) \
299 RPC_MEM_REALLOC_IL(addr, cast, size, type, flags)
304 # define RPC_MEM_ALLOC(addr, cast, size, type, flags) \
305 (addr) = (cast) rpc__mem_alloc(size, type, flags)
307 # define RPC_MEM_REALLOC(addr, cast, size, type, flags) \
308 (addr) = (cast) rpc__mem_realloc(addr, size, type, flags)
332 #define RPC_MEM_ALLOC_IL(addr, cast, size, type, flags) \
335 (addr) = (cast) mallo
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp54 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
61 Asm->getOrCreateSymbolData(cast<MCSymbolRefExpr>(Value)->getSymbol());
65 AddValueSymbols_(cast<MCUnaryExpr>(Value)->getSubExpr(), Asm);
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DCasting.cpp47 return cast<foo>(this);
87 TEST(CastingTest, cast) {
88 foo &F1 = cast<foo>(B1);
90 const foo *F3 = cast<foo>(B2);
92 const foo *F4 = cast<foo>(B2);
94 const foo &F5 = cast<foo>(B3);
96 const foo *F6 = cast<foo>(B4);
98 // Can't pass null pointer to cast<>.
99 // foo *F7 = cast<foo>(fub());
146 //foo *F20 = cast<fo
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h262 #define MALLOC(space, cast, size, type, flags) \
263 (space) = (cast)_MALLOC(size, type, flags)
268 #define REALLOC(space, cast, addr, size, type, flags) \
269 (space) = (cast)_REALLOC(addr, size, type, flags)
271 #define MALLOC_ZONE(space, cast, size, type, flags) \
272 (space) = (cast)_MALLOC_ZONE(size, type, flags)
/macosx-10.10/xnu-2782.1.97/iokit/conf/
H A DMakefile.template24 CXXWARNFLAGS = $(CXXWARNFLAGS_STD) -Wno-unused-parameter -Wno-cast-qual -Wno-shadow
27 IOHibernateRestoreKernel.o_CWARNFLAGS_ADD = -Wno-cast-align
38 $(foreach file,$(CXXOBJS_NO_CAST_ALIGN),$(eval $(call add_perfile_cxxflags,$(file),-Wno-cast-align)))
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp144 const ScopeMatcher *SM = cast<ScopeMatcher>(N);
209 << cast<RecordMatcher>(N)->getResultNo() << " = "
210 << cast<RecordMatcher>(N)->getWhatFor();
215 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo()
219 << cast<RecordChildMatcher>(N)->getResultNo() << " = "
220 << cast<RecordChildMatcher>(N)->getWhatFor();
233 OS << "OPC_MoveChild, " << cast<MoveChildMatcher>(N)->getChildNo() << ",\n";
242 << cast<CheckSameMatcher>(N)->getMatchNumber() << ",\n";
246 StringRef Pred =cast<CheckPatternPredicateMatcher>(N)->getPredicate();
254 TreePredicateFn Pred = cast<CheckPredicateMatche
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A De_cast.c66 #include <openssl/cast.h>
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DObjCEventListener.h43 static const ObjCEventListener* cast(const EventListener* listener) function in class:WebCore::ObjCEventListener
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DMergeFunctions.cpp184 return isEquivalentGEP(cast<GEPOperator>(GEP1), cast<GEPOperator>(GEP2));
236 PointerType *PTy1 = cast<PointerType>(Ty1);
237 PointerType *PTy2 = cast<PointerType>(Ty2);
242 StructType *STy1 = cast<StructType>(Ty1);
243 StructType *STy2 = cast<StructType>(Ty2);
258 FunctionType *FTy1 = cast<FunctionType>(Ty1);
259 FunctionType *FTy2 = cast<FunctionType>(Ty2);
275 ArrayType *ATy1 = cast<ArrayType>(Ty1);
276 ArrayType *ATy2 = cast<ArrayTyp
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DValueMapper.cpp42 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy));
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper));
128 Ops.push_back(cast<Constant>(C->getOperand(j)));
132 Ops.push_back(cast<Constant>(Mapped));
136 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
143 return VM[V] = ConstantArray::get(cast<ArrayType>(NewTy), Ops);
145 return VM[V] = ConstantStruct::get(cast<StructType>(NewTy), Ops);
154 return VM[V] = ConstantPointerNull::get(cast<PointerType>(NewTy));
179 PN->setIncomingBlock(i, cast<BasicBlock>(V));
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-diff/
H A DDiffConsumer.cpp57 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
60 printValue(cast<CallInst>(V)->getCalledValue(), isL);
63 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
81 ComputeNumbering(cast<Function>(ctxt.L), ctxt.LNumbering);
86 ComputeNumbering(cast<Function>(ctxt.R), ctxt.RNumbering);
104 Function *L = cast<Function>(I->L);
105 Function *R = cast<Function>(I->R);
112 BasicBlock *L = cast<BasicBlock>(I->L);
113 BasicBlock *R = cast<BasicBlock>(I->R);
H A DDifferenceEngine.cpp260 if (cast<CmpInst>(L)->getPredicate()
261 != cast<CmpInst>(R)->getPredicate()) {
281 InvokeInst *LI = cast<InvokeInst>(L);
282 InvokeInst *RI = cast<InvokeInst>(R);
293 BranchInst *LI = cast<BranchInst>(L);
294 BranchInst *RI = cast<BranchInst>(R);
311 SwitchInst *LI = cast<SwitchInst>(L);
312 SwitchInst *RI = cast<SwitchInst>(R);
378 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
379 cast<GlobalValu
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A Dx86asm.sh21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32.asm)

Completed in 319 milliseconds

1234567891011>>