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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 22 fn func([]Value) []Value
47 func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {
48 if typ.Kind() != Func {
49 panic("reflect: call of MakeFunc with non-Func type")
55 // Indirect Go func value (dummy) to obtain
56 // actual code address. (A Go func value is a pointer
66 return Value{t, unsafe.Pointer(impl), flag(Func)}
74 func makeFuncStub()
87 // of a method value to an actual method func value, which i
    [all...]
tostring_test.go 18 func valueToString(val Value) string {
89 case Func:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
copyelim.go 9 func copyelim(f *Func) {
38 func copySource(v *Value) *Value {
76 func copyelimValue(v *Value) {
deadcode.go 8 func findlive(f *Func) (reachable []bool, live []bool) {
15 func reachableBlocks(f *Func) []bool {
41 func liveValues(f *Func, reachable []bool) []bool {
99 func deadcode(f *Func) {
231 func (b *Block) removeEdge(i int) {
  /prebuilts/go/linux-x86/src/cmd/vet/
nilfunc.go 18 func init() {
25 func checkNilFuncComparison(f *File, node ast.Node) {
56 if _, ok := obj.(*types.Func); !ok {
65 func (f *File) isNil(e ast.Expr) bool {
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 22 fn func([]Value) []Value
47 func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {
48 if typ.Kind() != Func {
49 panic("reflect: call of MakeFunc with non-Func type")
55 // Indirect Go func value (dummy) to obtain
56 // actual code address. (A Go func value is a pointer
66 return Value{t, unsafe.Pointer(impl), flag(Func)}
74 func makeFuncStub()
87 // of a method value to an actual method func value, which i
    [all...]
tostring_test.go 18 func valueToString(val Value) string {
89 case Func:
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 318 LibFunc::Func Func;
320 LibInfo->getLibFunc(F->getName(), Func) &&
321 LibInfo->hasOptimizedCodeGen(Func)) {
330 switch (Func) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 173 Function *Func;
536 PhiInserter.AddAvailableValue(&Func->getEntryBlock(), Default);
611 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef);
702 LLVMContext &Context = Func->getContext();
706 Func, Insert);
914 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef);
965 Func = R->getEntry()->getParent();
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.c 576 UINT8 Func;
582 Func = (UINT8) (((UINT32) Address >> 8) & 0xff);
596 Func,
PcatPciRootBridge.h 138 UINT16 Func,
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 479 const Function *Func = dyn_cast<Function>(MO.getGlobal());
480 if (Func != nullptr)
481 return Func;
  /external/mesa3d/include/CL/
cl.hpp 699 template <typename Func, typename T>
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param)
722 template <typename Func>
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param)
738 template <typename Func>
739 struct GetInfoHelper<Func, STRING_CLASS>
741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param)
762 template <typename Func> \
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 74 static std::unique_ptr<::Ice::TargetLowering> create(Cfg *Func) {
75 return makeUnique<TargetARM32>(Func);
86 Computations.dump(Func);
151 void emitJumpTable(const Cfg *Func,
194 Func,
201 explicit TargetARM32(Cfg *Func);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 53 typedef RET (*Func)(void *, Ps...);
54 Func Fn;
57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.h 435 @param Func The function number of the pci device.
452 IN UINT8 Func,

Completed in 488 milliseconds

<<11121314151617181920>>