HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 301 - 325 of 830) sorted by null

<<11121314151617181920>>

  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 117 UINT8 Function;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 475 CatPrint(Str, L"Pci(%x|%x)", Pci->Device, Pci->Function);
864 VOID (*Function)(POOL_PRINT *, VOID *);
933 for (Index = 0; DevPathTable[Index].Function; Index += 1) {
937 DumpNode = DevPathTable[Index].Function;
943 // If not found, use a generic function
  /external/v8/src/runtime/
runtime.h 736 // Intrinsic function descriptor.
737 struct Function {
740 // The JS name of the function.
747 // The number of arguments expected. nargs is -1 if the function takes
756 // Get the intrinsic function with the given name
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 20 // This function overrides something outside of blink so don't rename it.
22 // This function is in blink so rename it.
146 // This function overrides something outside of blink so don't rename it.
148 // This function overrides something in blink so rename it.
155 // This function overrides something outside of blink so don't rename it.
157 // This function overrides something in blink so rename it.
165 bool Function() { return true; }
242 // |swap| *function*, because it needs to have the same casing as std::swap,
277 bool Function() { return true; }
284 b.Function();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 52 Function = 2,
245 static const uint32_t function_flag = Function << TYPE_OFFSET;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
49 class Function : public GlobalObject, public ilist_node<Function> {
61 // Important things that make up a function!
83 /// Whether this function is materializable.
87 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
57 class Function : public GlobalObject, public ilist_node<Function> {
69 // Important things that make up a function!
91 /// Whether this function is materializable.
95 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
57 class Function : public GlobalObject, public ilist_node<Function> {
69 // Important things that make up a function!
91 /// Whether this function is materializable.
95 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
60 class Function : public GlobalObject, public ilist_node<Function> {
72 // Important things that make up a function!
94 /// Whether this function is materializable.
98 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 88 struct Function {
272 std::vector<Function> Functions;
303 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
353 template <> struct MappingTraits<WasmYAML::Function> {
354 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
60 class Function : public GlobalObject, public ilist_node<Function> {
72 // Important things that make up a function!
94 /// Whether this function is materializable.
98 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 88 struct Function {
272 std::vector<Function> Functions;
303 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
353 template <> struct MappingTraits<WasmYAML::Function> {
354 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
60 class Function : public GlobalObject, public ilist_node<Function> {
72 // Important things that make up a function!
94 /// Whether this function is materializable.
98 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 88 struct Function {
272 std::vector<Function> Functions;
303 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
353 template <> struct MappingTraits<WasmYAML::Function> {
354 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
60 class Function : public GlobalObject, public ilist_node<Function> {
72 // Important things that make up a function!
94 /// Whether this function is materializable.
98 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 88 struct Function {
272 std::vector<Function> Functions;
303 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
353 template <> struct MappingTraits<WasmYAML::Function> {
354 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
49 class Function : public GlobalObject, public ilist_node<Function> {
61 // Important things that make up a function!
83 /// Whether this function is materializable.
87 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
57 class Function : public GlobalObject, public ilist_node<Function> {
69 // Important things that make up a function!
91 /// Whether this function is materializable.
95 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
57 class Function : public GlobalObject, public ilist_node<Function> {
69 // Important things that make up a function!
91 /// Whether this function is materializable.
95 friend class SymbolTableListTraits<Function>;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Function.h 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
60 class Function : public GlobalObject, public ilist_node<Function> {
72 // Important things that make up a function!
94 /// Whether this function is materializable.
98 friend class SymbolTableListTraits<Function>;
    [all...]

Completed in 790 milliseconds

<<11121314151617181920>>