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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/Coverage/
CoverageMapping.h 300 /// Code coverage information for a single function.
302 /// Raw function name.
306 /// Regions in the function along with their counts.
308 /// The number of times this function was executed.
369 const FunctionRecord &Function;
372 const FunctionRecord &Function)
373 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
412 /// record corresponds to a distinct instantiation of the same function.
414 /// Note that it's possible for a function to have more than one instantiatio
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclTemplate.h 374 /// class, function, etc.).
444 /// Whether this is a (C++ Concepts TS) function or variable concept.
453 /// (function or variable) is a concept.
491 /// \brief Provides information about a function template specialization,
493 /// instantiated from a function template.
501 : Function(FD),
515 /// \brief The function template specialization that this structure
517 FunctionDecl *Function;
519 /// \brief The function template from which this function templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 328 class Function;
338 /// Functions: (Function (x : t) u)
351 VK_Fun, ///< Function parameter
369 /// Return the kind of variable (let, function param, or self)
380 /// For function and self parameters, it is the type of the variable.
401 friend class Function;
652 /// A function -- a.k.a. lambda abstraction.
654 /// e.g. (Function (x: Int) (Function (y: Int) (Code { return x + y })))
655 class Function : public SExpr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Initialization.h 46 /// \brief The entity being initialized is a function parameter.
48 /// \brief The entity being initialized is the result of a function call.
88 /// \brief The entity being initialized is a function parameter; function
183 /// function, throwing an object, performing an explicit cast, or
256 /// \brief Create the initialization entity for the result of a function.
436 /// the result of a function call.
695 /// \brief Resolve the address of an overloaded function to a specific
696 /// function declaration.
716 /// function or via a constructor
    [all...]
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
44 OR_Deleted ///< Succeeded, but refers to a deleted function.
64 ICK_Function_To_Pointer, ///< Function-to-pointer (C++ 4.3)
65 ICK_Function_Conversion, ///< Function pointer conversion (C++17 4.13)
145 /// function-to-pointer conversion.
155 /// or a function conversion.
183 /// \brief Whether we're binding to a function lvalue.
190 /// non-static member function without a ref-qualifier.
260 /// a conversion function (12.3.2), the initial standard
262 /// object parameter of the conversion function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 300 /// Code coverage information for a single function.
302 /// Raw function name.
306 /// Regions in the function along with their counts.
308 /// The number of times this function was executed.
369 const FunctionRecord &Function;
372 const FunctionRecord &Function)
373 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
412 /// record corresponds to a distinct instantiation of the same function.
414 /// Note that it's possible for a function to have more than one instantiatio
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 230 UINT Function;
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 220 /// must be filled in prior to EfiCompatibility code issuing the Compatibility16 function
381 UINT8 PciDeviceFunction; ///< The PCI device * 0x08 | PCI function.
551 /// PCI function of IDE controller.
553 UINT32 Function;
631 /// The PCI function for the boot device.
633 UINT32 Function;
803 UINT16 Function : 15;
808 /// SMM_FUNCTION Function constants.
834 /// Function Soft SMI is to perform. Type SMM_FUNCTION is defined below.
854 SMM_ENTRY SmmEntry; ///< One entry per function. Type SMM_ENTRY is defined below.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 88 /// PCI Function Number.
90 UINT8 Function;
108 /// Function Number (0 = First Function).
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 38 /// \brief Within template argument deduction from a function call, we are
42 /// \brief Within template argument deduction from a function call, we
45 /// \brief Within template argument deduction from a function call,
50 /// template argument deduction from a function call where conversions
57 /// C++ [over.over] allow matching function types that are compatible in
543 /// \brief Helper function to build a TemplateParameter when we don't
734 /// function types (C++ [temp.deduct.type]p10).
796 // If the original function parameter associated with A is a function
797 // parameter pack and the function parameter associated with P is no
    [all...]
SemaTemplateInstantiateDecl.cpp 407 /// result of this function.
674 // If a declaration acquires a function type through a type
677 // function declarator to have function type, the program is
760 // If a declaration acquires a function type through a type
763 // function declarator to have function type, the program is
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 21 * \brief Texture access function tests.
56 enum Function
72 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function)
75 (function == FUNCTION_TEXTURE ||
76 function == FUNCTION_TEXTUREPROJ ||
77 function == FUNCTION_TEXTUREPROJ3);
80 inline bool functionHasProj (Function function)
82 return function == FUNCTION_TEXTUREPROJ |
105 Function function; member in struct:deqp::gles3::Functional::__anon18510::TextureLookupSpec
745 Function function = m_lookupSpec.function; local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 253 /*--... Operations on function types .......................................--*/
426 Function,
459 DEFINE_CASE(Val, Function);
969 DEFINE_ITERATORS(function, Function, LLVMModuleRef, LLVMValueRef,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 347 PointerToMemberFunction = 0x03, // pointer to member function
370 SingleInheritanceFunction = 0x05, // member function, single inheritance
371 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
372 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
373 GeneralFunction = 0x08 // member function, most general
414 Function = 1 << 1,

Completed in 1219 milliseconds

<<11121314151617181920>>