HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 701 - 725 of 2452) sorted by null

<<21222324252627282930>>

  /external/bcc/src/cc/frontends/clang/
b_frontend_action.cc 87 using std::tuple;
97 explicit ProbeChecker(Expr *arg, const set<tuple<Decl *, int>> &ptregs,
107 explicit ProbeChecker(Expr *arg, const set<tuple<Decl *, int>> &ptregs,
124 tuple<Decl *, int> pt = make_tuple(E->getDirectCallee(), nb_derefs_);
136 tuple<Decl *, int> pt = make_tuple(M->getMemberDecl(), nb_derefs_);
186 tuple<Decl *, int> pt = make_tuple(E->getDecl(), nb_derefs_);
198 const set<tuple<Decl *, int>> &ptregs_;
209 explicit ProbeSetter(set<tuple<Decl *, int>> *ptregs, int nb_addrof)
212 tuple<Decl *, int> pt = make_tuple(E->getDecl(), nb_derefs_);
216 explicit ProbeSetter(set<tuple<Decl *, int>> *ptregs
    [all...]
  /external/clang/include/clang/Basic/
VersionTuple.h 21 #include <tuple>
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp 278 template<typename...> struct tuple;
284 template<typename...U> static T y<tuple<U...> >[];
291 template<typename T> template<typename...U> T A<T>::y<tuple<U...> >[] = { U()... };
292 static_assert(sizeof(A<int>::y<tuple<char, char, char> >) == 12, "");
  /external/deqp-deps/SPIRV-Tools/source/util/
parse_number.h 20 #include <tuple>
  /external/deqp-deps/SPIRV-Tools/test/val/
val_layout_test.cpp 21 #include <tuple>
40 std::tuple<int, std::tuple<std::string, pred_type, pred_type>>>;
191 std::tuple<std::string, pred_type, pred_type> testCase;
  /external/google-benchmark/src/
csv_reporter.cc 22 #include <tuple>
  /external/google-fruit/include/fruit/impl/
component.defn.h 258 std::tuple<FormalArgs...> args_tuple{std::forward<Args>(args)...};
271 std::tuple<ComponentFunctions...> component_functions_tuple{std::move(componentFunctions)...};
285 std::tuple<FormalArgs...> args_tuple{std::forward<Args>(args)...};
302 std::tuple<GetReplacementComponentFormalArgs...> args_tuple{std::forward<Args>(args)...};
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
_common.py 79 return tuple(behavior() for _ in range(RPC_COUNT))
  /external/libaom/libaom/test/
av1_round_shift_array_test.cc 36 typedef ::testing::tuple<comp_round_shift_array_func, BLOCK_SIZE, int>
superframe_test.cc 26 typedef ::testing::tuple<libaom_test::TestMode, int, int> SuperframeTestParam;
  /external/libchrome/base/
tuple.h 5 // Use std::tuple as tuple type. This file contains helper functions for
8 // or instance and method pointer, and unpack a tuple into arguments to the
12 // // These two methods of creating a Tuple are identical.
13 // std::tuple<int, const char*> tuple_a(1, "wee");
14 // std::tuple<int, const char*> tuple_b = std::make_tuple(1, "wee");
29 #include <tuple>
39 // tuple arguments. Notice that they all have the same number of arguments,
47 template <typename ObjT, typename Method, typename Tuple, size_t... Ns>
50 Tuple&& args
    [all...]
  /external/libchrome/ui/gfx/geometry/
point_f.h 10 #include <tuple>
  /external/libcxx/test/libcxx/
double_include.sh.cpp 127 #include <tuple>
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 15 #include <tuple>
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 22 #include <tuple>
  /external/libese/esed/
utils.h 44 * @return A tuple of the value read and an iterator to one after the last position read from.
47 std::tuple<uint32_t, InputIt> readBigEndianInt32(InputIt first) {
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 24 #include <tuple>
  /external/llvm/utils/lit/lit/
ShUtil.py 66 assert isinstance(tok, tuple) and len(tok) == 1
192 if isinstance(tok, tuple):
210 assert isinstance(tok, tuple)
237 assert isinstance(operator, tuple) and len(operator) == 1
  /external/pdfium/xfa/fxfa/parser/
cxfa_occur.cpp 52 std::tuple<int32_t, int32_t, int32_t> CXFA_Occur::GetOccurInfo() {
  /external/python/cpython2/Demo/pdist/
makechangelog.py 56 t = time.mktime(tuple(tfields))
  /external/python/cpython2/Lib/compiler/
misc.py 5 if isinstance(elt, tuple):
  /external/python/cpython2/Lib/test/
test_code.py 102 print "consts:", tuple(consts(co.co_consts))
test_contains.py 69 a = tuple(a)
  /external/python/cpython3/Lib/ctypes/test/
test_returnfuncptrs.py 38 # _CFuncPtr instances are now callable with a tuple argument
48 class BadSequence(tuple):
56 # _CFuncPtr instances are now callable with a tuple argument
  /external/python/funcsigs/tests/
test_funcsigs.py 19 return (tuple((param.name,

Completed in 2187 milliseconds

<<21222324252627282930>>