Searched refs:Prototype (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Daclinux.h123 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
124 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
125 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \
126 static ACPI_INLINE Prototype {return(AE_OK);}
127 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \
128 static ACPI_INLINE Prototype {return;}
129 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \
130 static ACPI_INLINE Prototype {return(0);}
131 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \
132 static ACPI_INLINE Prototype {retur
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h95 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
96 Prototype;
100 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \
101 Prototype;
105 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \
106 Prototype;
110 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \
111 Prototype;
115 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \
116 Prototype;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c22 void llvm_raise(value Prototype, char *Message);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp413 auto Prototype = ContinuationId->getPrototype(); local
414 this->RetconLowering.ResumePrototype = Prototype;
452 Prototype->getFunctionType()->dump();
461 Prototype->getFunctionType()->dump();
480 Prototype->getFunctionType()->dump();
488 Prototype->getFunctionType()->dump();
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c29 void llvm_raise(value Prototype, char *Message);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp495 StmtSequence Prototype = HashGroup[i]; local
496 CloneDetector::CloneGroup PotentialGroup = {Prototype};
508 if (!Compare(Prototype, Candidate))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1763 Prototype, // Within a function prototype. member in class:clang::DeclaratorContext
1938 return (Context == DeclaratorContext::Prototype ||
2010 case DeclaratorContext::Prototype:
2043 case DeclaratorContext::Prototype:
2083 case DeclaratorContext::Prototype:
2145 case DeclaratorContext::Prototype:
2370 case DeclaratorContext::Prototype:
2405 case DeclaratorContext::Prototype:
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c28 void llvm_raise(value Prototype, char *Message);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype,
H A DNVPTXISelLowering.cpp636 case NVPTXISD::Prototype:
637 return "NVPTXISD::Prototype";
1742 Chain = DAG.getNode(NVPTXISD::Prototype, dl, PrototypeVTs, PrototypeOps);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c75 void llvm_raise(value Prototype, char *Message) { argument
76 caml_raise_with_arg(Prototype, llvm_string_of_message(Message));
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4058 CallArgList &Args, PrototypeWrapper Prototype,
4063 assert((ParamsToSkip == 0 || Prototype.P) &&
4075 if (Prototype.P) {
4076 const auto *MD = Prototype.P.dyn_cast<const ObjCMethodDecl *>();
4084 const auto *FPT = Prototype.P.get<const FunctionProtoType *>();
H A DCodeGenFunction.h4668 void EmitCallArgs(CallArgList &Args, PrototypeWrapper Prototype,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3374 case DeclaratorContext::Prototype:
3377 if (D.getContext() == DeclaratorContext::Prototype) {
3584 case DeclaratorContext::Prototype:
4559 case DeclaratorContext::Prototype:
4998 if (D.getContext() == DeclaratorContext::Prototype)
5612 (D.getContext() == DeclaratorContext::Prototype ||
5624 case DeclaratorContext::Prototype:
H A DSemaCodeComplete.cpp3697 const FunctionProtoType *Prototype,
3703 Function ? Function->getNumParams() : Prototype->getNumParams();
3714 AddOverloadParameterChunks(Context, Policy, Function, Prototype, Opt,
3736 Placeholder = Prototype->getParamType(P).getAsString(Policy);
3746 if (Prototype && Prototype->isVariadic()) {
3694 AddOverloadParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, const FunctionProtoType *Prototype, CodeCompletionBuilder &Result, unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp310 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS);
636 DeclaratorContext Context = DeclaratorContext::Prototype;
H A DParseDecl.cpp5980 !((D.getContext() == DeclaratorContext::Prototype ||
6846 : DeclaratorContext::Prototype);
H A DParseObjc.cpp1490 Declarator ParmDecl(DS, DeclaratorContext::Prototype);

Completed in 497 milliseconds