HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/clang/include/clang/AST/
DeclTemplate.h 225 /// class, function, etc.).
286 /// \brief Provides information about a function template specialization,
288 /// instantiated from a function template.
296 : Function(FD),
310 /// \brief The function template specialization that this structure
312 FunctionDecl *Function;
314 /// \brief The function template from which this function template
320 /// \brief The template arguments used to produce the function template
321 /// specialization from the function template
    [all...]
DeclCXX.h 46 /// \brief Represents any kind of function declaration, whether it is a
47 /// concrete function or a function template.
49 NamedDecl *Function;
51 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
54 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
57 /// \brief Implicily converts any function or function template into a
59 operator NamedDecl *() const { return Function; }
61 /// \brief Retrieve the underlying function or function template
    [all...]
Expr.h 204 /// Given the following function template:
311 CL_MemberFunction, // An expression referring to a member function
323 CM_Function, // Not modifiable because it's a function; C++ only
366 /// old lvalue vs rvalue. This function determines the type of expression this
371 /// function returning an rvalue reference.
382 /// This function extends classify in that it also tests whether the
503 /// isPotentialConstantExpr - Return true if this function's definition
505 /// constexpr. Return false if the function can never produce a constant
513 /// it were in function FD marked constexpr. Return false if the function ca
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 47 /// \brief The entity being initialized is a function parameter.
49 /// \brief The entity being initialized is the result of a function call.
86 /// \brief The entity being initialized is a function parameter; function
169 /// function, throwing an object, performing an explicit cast, or
240 /// \brief Create the initialization entity for the result of a function.
391 /// the result of a function call.
640 /// \brief Resolve the address of an overloaded function to a specific
641 /// function declaration.
658 /// function or via a constructor
    [all...]
DeclSpec.h 214 /// type-specifiers, type-qualifiers, and function-specifiers.
330 // function-specifier
538 // function-specifier
841 /// \brief A conversion function name, e.g., operator int.
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 343 class Function;
354 // Functions: (Function (x : t) u)
365 // Let-variable, function parameter, or self-variable
413 friend class Function;
739 // A function -- a.k.a. lambda abstraction.
741 // e.g. (function (x: Int) (function (y: Int) (add x y)))
742 class Function : public SExpr {
746 Function(Variable *Vd, SExpr *Bd)
750 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructo
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 234 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
263 // two-argument usual array deallocation function isn't sufficient.
458 /// function member pointers.
477 /// \brief Generate a thunk for calling a virtual member function MD.
478 llvm::Function *EmitVirtualMemPtrThunk(
709 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction(
715 Value = CGF.EmitRuntimeCallOrInvoke(Function, Args).getInstruction();
729 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction(
733 return CGF.EmitRuntimeCall(Function, Args);
778 // If it's a free function, non-POD types are returned indirectly
    [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
104 /// performing template argument deduction for partial ordering of function
574 /// \brief Helper function to build a TemplateParameter when we don't
763 /// function types (C++ [temp.deduct.type]p10).
830 // If the original function parameter associated with A is a function
    [all...]
SemaTemplateInstantiateDecl.cpp 451 // If a declaration acquires a function type through a type
454 // function declarator to have function type, the program is
537 // If a declaration acquires a function type through a type
540 // function declarator to have function type, the program is
781 // If the enumeration is within a function or method, record the enum
    [all...]
SemaCodeComplete.cpp 131 /// \brief If non-NULL, a filter function used to remove any code-completion
150 /// \brief If we're potentially referring to a C++ member function, the set
565 // There is no way to qualify a name declared in a function or method.
663 if (const FunctionDecl *Function = ND->getAsFunction())
664 T = Function->getCallResultType();
676 // Dig through references, function pointers, and block pointers to
699 if (const FunctionType *Function = T->getAs<FunctionType>()) {
700 T = Function->getReturnType();
    [all...]
SemaInit.cpp 393 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 21 * \brief Texture access function tests.
53 enum Function
69 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function)
72 (function == FUNCTION_TEXTURE ||
73 function == FUNCTION_TEXTUREPROJ ||
74 function == FUNCTION_TEXTUREPROJ3);
77 inline bool functionHasProj (Function function)
79 return function == FUNCTION_TEXTUREPROJ |
102 Function function; member in struct:deqp::gles3::Functional::__anon24694::TextureLookupSpec
808 Function function = m_lookupSpec.function; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 32 | Function
272 | Function
347 (*--... Operations on function types .......................................--*)
404 let rec aux = function
684 | At_end _ -> raise (Invalid_argument "Invalid function range.")
695 | At_end _ -> raise (Invalid_argument "Invalid function range.")
704 | At_start _ -> raise (Invalid_argument "Invalid function range.")
715 | At_start _ -> raise (Invalid_argument "Invalid function range.")
    [all...]
llvm_ocaml.c 310 /*--... Operations on function types .......................................--*/
490 Function,
525 DEFINE_CASE(Val, Function);
    [all...]
  /external/chromium_org/v8/include/
v8.h 73 class Function;
654 * exactly as the Persistent constructor, but the Copy function from the
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 784 // Visit the function declaration's syntactic components in the order
789 // If we have a function declared directly (without the use of a typedef),
790 // visit just the return type. Otherwise, just visit the function's type
808 // Visit the function parameters, if we have a function type.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 142 * includes all fixed function attributes as well as
743 GLenum AlphaFunc; /**< Alpha test function */
834 GLenum Func; /**< Function for depth buffer compare */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 142 * includes all fixed function attributes as well as
743 GLenum AlphaFunc; /**< Alpha test function */
834 GLenum Func; /**< Function for depth buffer compare */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 7316 milliseconds

1 2 34 5