| /external/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 32 | Function 279 | Function 377 (*--... Operations on function types .......................................--*) 434 let rec aux = function 726 | At_end _ -> raise (Invalid_argument "Invalid function range.") 737 | At_end _ -> raise (Invalid_argument "Invalid function range.") 746 | At_start _ -> raise (Invalid_argument "Invalid function range.") 757 | At_start _ -> raise (Invalid_argument "Invalid function range.") [all...] |
| /external/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 174 Function,
|
| /external/python/cpython3/Tools/clinic/ |
| clinic.py | 338 # The parameter declarations for the impl function. 341 # The arguments to the impl function at the time it's called. 349 # value from the parse function. This is also where 489 Generator function that computes the set of acceptable 543 A simple-minded text wrapper for C function declarations. 551 function won't wrap it.) 555 rather than try and improve/debug this dumb little function. 611 function = None 613 if isinstance(o, Function): 614 if function [all...] |
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| libGLES_CM.cpp | [all...] |
| /external/syslinux/efi32/include/efi/ |
| efidevp.h | 80 UINT8 Function;
|
| /external/syslinux/efi64/include/efi/ |
| efidevp.h | 80 UINT8 Function;
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
| efidevp.h | 80 UINT8 Function;
|
| /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
| DevicePath.h | 82 UINT8 Function;
|
| /external/tensorflow/tensorflow/python/keras/_impl/keras/ |
| backend.py | 340 to be passed as input to any Keras function 580 constraint: Optional projection function to be 2778 def function(inputs, outputs, updates=None, **kwargs): function [all...] |
| /frameworks/compile/libbcc/lib/ |
| RSKernelExpand.cpp | 32 #include <llvm/IR/Function.h> 40 #include <llvm/IR/Function.h> 63 * inner loop for the function to be invoked over the appropriate data 69 * new function name is the original function name "<NAME>" followed 73 * function is the one transformed, and the new function name is the 74 * original accumulator function name "<ACCUMFN>" followed by 76 * for the function generated from the accumulator should not 78 * function <ACCUMFN> must be static, so it cannot also serve as [all...] |
| /frameworks/rs/script_api/ |
| Specification.h | 31 class Function; 69 * - conditional: Don't verify this value the function return NaN. 76 /* Information about a parameter to a function. The values of all the fields should only be set by 217 /* Represents a function, like "clamp". Even though the spec file contains many entries for clamp, 220 class Function : public Definition { 232 Function(const std::string& name); 233 ~Function(); 328 // Maximum number of placeholders (like #1, #2) in function specifications. 331 /* Defines one of the many variations of the function. There's a one to one correspondence between 338 Function* mFunction; // Not owne [all...] |
| /prebuilts/clang/host/darwin-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/darwin-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/darwin-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...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 168 Function,
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/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-4393122/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-4393122/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-4393122/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 168 Function,
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/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-4479392/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-4479392/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...] |