HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 326 - 350 of 911) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 45 void EmitThumbFunc(MCSymbol *Func) override;
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 46 void EmitThumbFunc(MCSymbol *Func) override;
MCWinCOFFStreamer.h 45 void EmitThumbFunc(MCSymbol *Func) override;
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 46 void EmitThumbFunc(MCSymbol *Func) override;
MCWinCOFFStreamer.h 45 void EmitThumbFunc(MCSymbol *Func) override;
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
passbm_test.go 16 type passFunc func(*Func)
18 func BenchmarkDSEPass(b *testing.B) { benchFnPass(b, dse, blockCount, genFunction) }
19 func BenchmarkDSEPassBlock(b *testing.B) { benchFnBlock(b, dse, genFunction) }
20 func BenchmarkCSEPass(b *testing.B) { benchFnPass(b, cse, blockCount, genFunction) }
21 func BenchmarkCSEPassBlock(b *testing.B) { benchFnBlock(b, cse, genFunction) }
22 func BenchmarkDeadcodePass(b *testing.B) { benchFnPass(b, deadcode, blockCount, genFunction) }
23 func BenchmarkDeadcodePassBlock(b *testing.B) { benchFnBlock(b, deadcode, genFunction) }
25 func multi(f *Func) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
unused.go 24 "comma-separated list of names of methods of type func() string whose results must be used")
26 func init() {
33 // func() string
41 func initUnusedFlags() {
42 commaSplit := func(s string, m map[string]bool) {
56 func checkUnusedResult(f *File, n ast.Node) {
75 obj := sel.Obj().(*types.Func)
86 if obj, ok := obj.(*types.Func); ok {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
passbm_test.go 16 type passFunc func(*Func)
18 func BenchmarkDSEPass(b *testing.B) { benchFnPass(b, dse, blockCount, genFunction) }
19 func BenchmarkDSEPassBlock(b *testing.B) { benchFnBlock(b, dse, genFunction) }
20 func BenchmarkCSEPass(b *testing.B) { benchFnPass(b, cse, blockCount, genFunction) }
21 func BenchmarkCSEPassBlock(b *testing.B) { benchFnBlock(b, cse, genFunction) }
22 func BenchmarkDeadcodePass(b *testing.B) { benchFnPass(b, deadcode, blockCount, genFunction) }
23 func BenchmarkDeadcodePassBlock(b *testing.B) { benchFnBlock(b, deadcode, genFunction) }
25 func multi(f *Func) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
unused.go 24 "comma-separated list of names of methods of type func() string whose results must be used")
26 func init() {
33 // func() string
41 func initUnusedFlags() {
42 commaSplit := func(s string, m map[string]bool) {
56 func checkUnusedResult(f *File, n ast.Node) {
75 obj := sel.Obj().(*types.Func)
86 if obj, ok := obj.(*types.Func); ok {
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 38 template<typename Func>
39 void setFuncPtr (Func*& funcPtr, DynamicLibrary& lib, const string& symname)
41 funcPtr = reinterpret_cast<Func*>(lib.getFunction(symname.c_str()));
  /external/llvm/include/llvm/MC/
MCAssembler.h 223 bool isThumbFunc(const MCSymbol *Func) const;
226 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 75 unsigned PhysReg, Callable Func) {
82 if (Func(Unit, S))
90 if (Func(*Units, VRegInterval))
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPeephole.cpp 149 LibFunc::Func Func;
150 if (LibInfo.getLibFunc(Name, Func)) {
WebAssemblyStoreResults.cpp 168 LibFunc::Func Func;
169 if (!LibInfo.getLibFunc(Name, Func))
  /external/python/cpython2/Lib/idlelib/idle_test/
test_widgetredir.py 7 from idlelib.idle_test.mock_idle import Func
36 redir.register('insert', Func)
59 self.func = Func()
60 self.orig_insert = self.redir.register('insert', self.func)
73 self.assertEqual(self.func.args, ('insert', 'asdf'))
76 self.assertEqual(self.text.insert, self.func)
86 self.assertEqual(self.redir.unregister('insert'), self.func)
92 self.assertEqual(self.redir.unregister('insert'), self.func)
95 self.func.__init__(True
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 234 bool isThumbFunc(const MCSymbol *Func) const;
237 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 52 func (v *Int) Value() int64 {
56 func (v *Int) String() string {
60 func (v *Int) Add(delta int64) {
64 func (v *Int) Set(value int64) {
73 func (v *Float) Value() float64 {
77 func (v *Float) String() string {
83 func (v *Float) Add(delta float64) {
96 func (v *Float) Set(value float64) {
113 func (v *Map) String() string {
119 v.doLocked(func(kv KeyValue)
    [all...]
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 52 func (v *Int) Value() int64 {
56 func (v *Int) String() string {
60 func (v *Int) Add(delta int64) {
64 func (v *Int) Set(value int64) {
73 func (v *Float) Value() float64 {
77 func (v *Float) String() string {
83 func (v *Float) Add(delta float64) {
96 func (v *Float) Set(value float64) {
113 func (v *Map) String() string {
119 v.doLocked(func(kv KeyValue)
    [all...]

Completed in 1292 milliseconds

<<11121314151617181920>>