Searched defs:cloc (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/localization/locales/locale/locale.operators/
H A Deq.pass.cpp21 std::locale cloc; local
22 std::locale copy(cloc);
25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
29 assert(cloc == cloc);
30 assert(cloc == copy);
31 assert(cloc != n1);
32 assert(cloc != n2);
33 assert(cloc !
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3150 SourceLocation cloc)
3152 QuestionLoc(qloc), ColonLoc(cloc) {}
3267 SourceLocation qloc, SourceLocation cloc,
3276 qloc, cloc),
3145 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3265 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument

Completed in 221 milliseconds