HomeSort by relevance Sort by last modified time
    Searched refs:ArgT (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ADT/
VariadicFunction.h 64 /// ResultT Foo(const ArgT &A_0, const ArgT &A_1, ..., const ArgT &A_N);
69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) {
76 /// const VariadicFunction<ResultT, ArgT, FooImpl> Foo;
90 /// const ArgT &A_0, ..., const ArgT &A_N);
97 /// ArrayRef<const ArgT *> Args) { ... }
99 /// const RE&, ArgT, FullMatchImpl>
104 template <typename ResultT, typename ArgT,
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 279 template <typename ResultT, typename ArgT,
280 ResultT (*Func)(ArrayRef<const ArgT *>)>
284 ArgT **InnerArgs = new ArgT *[Args.size()]();
288 typedef ArgTypeTraits<ArgT> ArgTraits;
297 InnerArgs[i] = new ArgT(ArgTraits::get(Value));
327 template <typename ResultT, typename ArgT,
328 ResultT (*F)(ArrayRef<const ArgT *>)>
329 VariadicFuncMatcherDescriptor(llvm::VariadicFunction<ResultT, ArgT, F> Func,
331 : Func(&variadicMatcherDescriptor<ResultT, ArgT, F>)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 255 template<typename ArgT>
256 static void ParseFunctionArgs(const SmallVectorImpl<ArgT> &Args,
283 template<typename ArgT>
286 const SmallVectorImpl<ArgT> &Args) {
359 template<typename ArgT>
362 const SmallVectorImpl<ArgT> &Args) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 868 QualType ArgT = (*it);
869 if (!ArgT->isObjCSelType()) {
875 ArgT = (*it);
876 if (!ArgT->isObjCIdType()) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 578 /// The type argument ArgT is not used by this matcher but is used by
580 template <typename T, typename ArgT>
585 static_assert(std::is_same<ArgT, StringRef>::value,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 287 template <typename ArgT, bool res>
290 bool operator() (const ArgT&) const { return res; }
    [all...]

Completed in 240 milliseconds