HomeSort by relevance Sort by last modified time
    Searched full:newfunc (Results 1 - 22 of 22) sorted by null

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 275 NewFunc = CloneFunction(OldFunc, VMap, true, nullptr);
276 M->getFunctionList().push_back(NewFunc);
286 Function* NewFunc;
293 EXPECT_NE(OldFunc, NewFunc);
309 EXPECT_TRUE((Sub1.getFunction() == OldFunc && Sub2.getFunction() == NewFunc)
310 || (Sub1.getFunction() == NewFunc && Sub2.getFunction() == OldFunc));
333 inst_iterator NewIter = inst_begin(NewFunc);
334 inst_iterator NewEnd = inst_end(NewFunc);
355 EXPECT_EQ(NewFunc, NewSubprogram.getFunction());
370 inst_iterator NewIter = inst_begin(NewFunc);
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 74 // Clone OldFunc into NewFunc, transforming the old arguments into references to
77 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
94 AttributeSet NewAttrs = NewFunc->getAttributes();
95 NewFunc->copyAttributesFrom(OldFunc);
96 NewFunc->setAttributes(NewAttrs);
108 NewFunc->setAttributes(
109 NewFunc->getAttributes()
110 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
112 .addAttributes(NewFunc->getContext(), AttributeSet::FunctionIndex,
124 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 118 /// Clone OldFunc into NewFunc, transforming the old arguments into references
119 /// to VMap values. Note that if NewFunc already has basic blocks, the ones
127 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
147 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 175 if (Function* newFunc = unswitchFunction(currFunc)) {
176 worklist.push_back(newFunc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords): function in function:PythonPartial
15 newfunc.func = func
16 newfunc.args = args
17 newfunc.keywords = keywords
18 return newfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 11 def newfunc(*fargs, **fkeywords): function in function:PythonPartial
15 newfunc.func = func
16 newfunc.args = args
17 newfunc.keywords = keywords
18 return newfunc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 251 newfunc = func_strip_path(func)
252 if len(func_std_string(newfunc)) > max_name_len:
253 max_name_len = len(func_std_string(newfunc))
258 if newfunc in newstats:
259 newstats[newfunc] = add_func_stats(
260 newstats[newfunc],
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 251 newfunc = func_strip_path(func)
252 if len(func_std_string(newfunc)) > max_name_len:
253 max_name_len = len(func_std_string(newfunc))
258 if newfunc in newstats:
259 newstats[newfunc] = add_func_stats(
260 newstats[newfunc],
263 newstats[newfunc] = (cc, nc, tt, ct, newcallers)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); typedef
390 newfunc tp_new;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 376 struct bfd_hash_entry *(*newfunc)
370 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 378 struct bfd_hash_entry *(*newfunc)
372 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
    [all...]

Completed in 3513 milliseconds