Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp34 struct HasType : std::false_type {}; struct
37 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
49 static_assert((!HasType<std::result_of<T> >::value), ""); in test_no_result()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Daliaspass.py245 if flag and flag.HasType() and flag.jstype:
Dclosurizednamespacesinfo.py471 if flag and flag.HasType() and flag.jstype:
Dstatetracker.py299 def HasType(self): member in DocFlag
Decmalintrules.py576 if flag.HasType():
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1054 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument
1066 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument
1077 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument
1086 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument
1206 TEST(HasType, MatchesAsString) { in TEST() argument
1679 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument