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

/external/libcxx/test/std/localization/locales/locale/locale.operators/
H A Deq.pass.cpp23 std::locale cloc; local
24 std::locale copy(cloc);
27 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
29 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
31 assert(cloc == cloc);
32 assert(cloc == copy);
33 assert(cloc != n1);
34 assert(cloc != n2);
35 assert(cloc !
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3138 SourceLocation cloc)
3140 QuestionLoc(qloc), ColonLoc(cloc) {}
3255 SourceLocation qloc, SourceLocation cloc,
3264 qloc, cloc),
3133 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3253 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument

Completed in 189 milliseconds