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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 168 Function,
  /prebuilts/clang/host/darwin-x86/clang-4579689/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/darwin-x86/clang-4579689/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/darwin-x86/clang-4579689/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/darwin-x86/clang-4579689/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/darwin-x86/clang-4630689/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/darwin-x86/clang-4630689/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/darwin-x86/clang-4630689/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/darwin-x86/clang-4630689/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/darwin-x86/clang-4639204/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/darwin-x86/clang-4639204/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/darwin-x86/clang-4639204/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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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-4053586/prebuilt_include/clang/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-4053586/prebuilt_include/clang/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...]

Completed in 813 milliseconds

<<11121314151617181920>>