HomeSort by relevance Sort by last modified time
    Searched full:unwrap (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/
Target.cpp 27 inline DataLayout *unwrap(LLVMTargetDataRef P) { function
35 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
50 initializeTarget(*unwrap(R));
58 unwrap(PM)->add(new DataLayout(*unwrap(TD)));
63 unwrap(PM)->add(new TargetLibraryInfo(*unwrap(TLI)));
67 std::string StringRep = unwrap(TD)->getStringRepresentation();
72 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian;
76 return unwrap(TD)->getPointerSize(0)
    [all...]
TargetMachineC.cpp 31 inline DataLayout *unwrap(LLVMTargetDataRef P) { function
39 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
48 inline TargetMachine *unwrap(LLVMTargetMachineRef P) { function
51 inline Target *unwrap(LLVMTargetRef P) { function
67 return wrap(unwrap(T)->getNext());
71 return unwrap(T)->getName();
75 return unwrap(T)->getShortDescription();
79 return unwrap(T)->hasJIT();
83 return unwrap(T)->hasTargetMachine();
87 return unwrap(T)->hasMCAsmBackend()
    [all...]
  /external/llvm/lib/IR/
Core.cpp 52 initializeCore(*unwrap(R));
81 delete unwrap(C);
86 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
102 return wrap(new Module(ModuleID, *unwrap(C)));
106 delete unwrap(M);
111 return unwrap(M)->getDataLayout().c_str();
115 unwrap(M)->setDataLayout(Triple);
120 return unwrap(M)->getTargetTriple().c_str();
124 unwrap(M)->setTargetTriple(Triple);
128 unwrap(M)->dump()
    [all...]
  /external/llvm/lib/Object/
Object.cpp 22 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { function
30 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function
40 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function
50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function
62 return wrap(ObjectFile::createObjectFile(unwrap(MemBuf)));
66 delete unwrap(ObjectFile);
71 section_iterator SI = unwrap(ObjectFile)->begin_sections();
76 delete unwrap(SI);
81 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 67 initializeScalarOpts(*unwrap(R));
71 unwrap(PM)->add(createAggressiveDCEPass());
75 unwrap(PM)->add(createCFGSimplificationPass());
79 unwrap(PM)->add(createDeadStoreEliminationPass());
83 unwrap(PM)->add(createGVNPass());
87 unwrap(PM)->add(createIndVarSimplifyPass());
91 unwrap(PM)->add(createInstructionCombiningPass());
95 unwrap(PM)->add(createJumpThreadingPass());
99 unwrap(PM)->add(createLICMPass());
103 unwrap(PM)->add(createLoopDeletionPass())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
unwrap.hpp 14 // $Id: unwrap.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
24 F& unwrap(F& f, long) function in namespace:boost::mpl::aux
32 unwrap(reference_wrapper<F>& f, int) function in namespace:boost::mpl::aux
40 unwrap(reference_wrapper<F> const& f, int) function in namespace:boost::mpl::aux
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoringTest.java 29 // Unwrap view with parent, no children - this will unwrap the parent (frame layout)
30 checkRefactoring("unwrap.xml", "@+id/button");
34 // Unwrap view with parent and children; this should unwrap the element itself
35 checkRefactoring("unwrap.xml", "@+id/frame");
39 // Unwrap root: should transfer namespace
40 checkRefactoring("unwrap.xml", "@+id/linear");
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 29 inline DataLayout *unwrap(LLVMTargetDataRef P) { function
37 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
52 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
64 switch (unwrap(TyRef)->getTypeID()) {
78 return unwrap(GenValRef)->IntVal.getBitWidth();
83 GenericValue *GenVal = unwrap(GenValRef);
91 return unwrap(GenVal)->PointerVal;
95 switch (unwrap(TyRef)->getTypeID()) {
97 return unwrap(GenVal)->FloatVal;
99 return unwrap(GenVal)->DoubleVal
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPO.cpp 50 initializeIPO(*unwrap(R));
54 unwrap(PM)->add(createArgumentPromotionPass());
58 unwrap(PM)->add(createConstantMergePass());
62 unwrap(PM)->add(createDeadArgEliminationPass());
66 unwrap(PM)->add(createFunctionAttrsPass());
70 unwrap(PM)->add(createFunctionInliningPass());
74 unwrap(PM)->add(llvm::createAlwaysInlinerPass());
78 unwrap(PM)->add(createGlobalDCEPass());
82 unwrap(PM)->add(createGlobalOptimizerPass());
86 unwrap(PM)->add(createIPConstantPropagationPass())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
call_function_test.html 47 assertEquals(document.querySelector('div'), unwrap(result.value[1], cache));
64 assertEquals(1, unwrap(1));
66 assertEquals("1", unwrap("1"));
68 assertEquals(false, unwrap(false));
70 assertEquals(null, unwrap(null));
72 assertEquals(undefined, unwrap(undefined));
75 assertEquals(func, unwrap(func));
84 var unwrapped = unwrap(JSON.parse(wrappedJson), cache);
102 unwrap(wrapped, getPageCache());
121 assertEquals(doc, unwrap(wrappedDoc, cache))
    [all...]
  /external/chromium_org/base/
tuple.h 543 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg));
548 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a));
555 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
556 base::internal::UnwrapTraits<B>::Unwrap(arg.b));
562 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
563 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
564 base::internal::UnwrapTraits<C>::Unwrap(arg.c));
570 (obj->*method)(base::internal::UnwrapTraits<A>::Unwrap(arg.a),
571 base::internal::UnwrapTraits<B>::Unwrap(arg.b),
572 base::internal::UnwrapTraits<C>::Unwrap(arg.c)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Wrapper.java 16 public byte[] unwrap(byte[] in, int inOff, int inLen) method in interface:Wrapper
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 20 inline ty *unwrap(ref P) { \
32 inline T *unwrap(ref P) { \
33 return cast<T>(unwrap(P)); \
40 inline T *unwrap(ref P) { \
41 T *Q = (T*)unwrap(P); \
  /external/chromium_org/remoting/base/
dispatch_win.h 73 // Unwrap() routines unpack the output parameters from VARIANTARG structures
76 void Unwrap(const VARIANT& param_out) {
80 void Unwrap(VARIANT* const & param_out) {
154 // Unwrap the return value.
156 result.Unwrap(result_out);
203 // Unwrap the parameters.
204 disp_args[1 - 1].Unwrap(p1);
206 // Unwrap the return value.
208 result.Unwrap(result_out);
259 // Unwrap the parameters
    [all...]
dispatch_win.h.pump 78 // Unwrap() routines unpack the output parameters from VARIANTARG structures
81 void Unwrap(const VARIANT& param_out) {
85 void Unwrap(VARIANT* const & param_out) {
189 // Unwrap the parameters.
192 disp_args[$(ARITY) - $(ARG)].Unwrap(p$(ARG));
197 // Unwrap the return value.
199 result.Unwrap(result_out);