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 302 template <typename ResultT, typename ArgT,
303 ResultT (*Func)(ArrayRef<const ArgT *>)>
307 ArgT **InnerArgs = new ArgT *[Args.size()]();
311 typedef ArgTypeTraits<ArgT> ArgTraits;
320 InnerArgs[i] = new ArgT(ArgTraits::get(Value));
326 Func(ArrayRef<const ArgT *>(InnerArgs, Args.size())));
350 template <typename ResultT, typename ArgT,
351 ResultT (*F)(ArrayRef<const ArgT *>)>
352 VariadicFuncMatcherDescriptor(llvm::VariadicFunction<ResultT, ArgT, F> Func
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 252 template<typename ArgT>
253 static void ParseFunctionArgs(const SmallVectorImpl<ArgT> &Args,
280 template<typename ArgT>
283 const SmallVectorImpl<ArgT> &Args) {
356 template<typename ArgT>
359 const SmallVectorImpl<ArgT> &Args) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 861 QualType ArgT = (*it);
862 if (!ArgT->isObjCSelType()) {
868 ArgT = (*it);
869 if (!ArgT->isObjCIdType()) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 515 /// The type argument ArgT is not used by this matcher but is used by
517 template <typename T, typename ArgT>
522 static_assert(std::is_same<ArgT, StringRef>::value,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 282 template <typename ArgT, bool res>
285 bool operator() (const ArgT&) const { return res; }
    [all...]

Completed in 120 milliseconds