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

<<21222324252627282930>>

  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 885 /// and function numbers. For PC Card, this may require PC
897 /// Bus, device & function numbers that locate this device.
901 PXE_UINT8 Function;
962 /// function. It passes the number of bytes as the len parameter and it
1017 /// function. It passes the number of bytes as the len parameter and it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclCXX.h 48 /// \brief Represents any kind of function declaration, whether it is a
49 /// concrete function or a function template.
51 NamedDecl *Function;
53 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
59 /// \brief Implicily converts any function or function template into a
61 operator NamedDecl *() const { return Function; }
63 /// \brief Retrieve the underlying function or function template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
srb.h 69 /* SCSI_REQUEST_BLOCK.Function constants */
278 UCHAR Function;
311 UCHAR Function;
357 UCHAR Function;
405 UCHAR Function;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 284 USHORT Function;
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h 869 UINT16 Function;
892 UINT16 Function;
914 UINT16 Function;
    [all...]
  /external/clang/include/clang/AST/
Expr.h 201 /// Given the following function template:
309 CL_MemberFunction, // An expression referring to a member function
321 CM_Function, // Not modifiable because it's a function; C++ only
365 /// old lvalue vs rvalue. This function determines the type of expression this
370 /// function returning an rvalue reference.
381 /// This function extends classify in that it also tests whether the
506 /// isPotentialConstantExpr - Return true if this function's definition
508 /// constexpr. Return false if the function can never produce a constant
516 /// it were in function FD marked constexpr. Return false if the function ca
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 227 /// type-specifiers, type-qualifiers, and function-specifiers.
350 // function-specifier
559 // function-specifier
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 72 case Dtor_Comdat: llvm_unreachable("emitting dtor comdat as function?");
357 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
381 ArrayRef<llvm::Function *> CXXThreadLocalInits,
397 // two-argument usual array deallocation function isn't sufficient.
592 /// function member pointers.
608 /// \brief Generate a thunk for calling a virtual member function MD.
609 llvm::Function *EmitVirtualMemPtrThunk(
727 auto *Fn = cast<llvm::Function>(
735 llvm::Function *getAddrOfCXXCtorClosure(const CXXConstructorDecl *CD,
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 799 // Visit the function declaration's syntactic components in the order
804 // If we have a function declared directly (without the use of a typedef),
805 // visit just the return type. Otherwise, just visit the function's type
823 // Visit the function parameters, if we have a function type.
    [all...]

Completed in 1657 milliseconds

<<21222324252627282930>>