Home
last modified time | relevance | path

Searched refs:cloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...)
428 cloc = index(s, "C")
429 if (cloc == 0)
430 cloc = 1
434 if (i < cloc)
441 s, (n-nsub/2)*cwid, textht, (cloc-nsubc/2-0.5)*cwid, crh, crw, dav)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4172 SourceLocation cloc) in AbstractConditionalOperator() argument
4173 : Expr(SC, T, VK, OK), QuestionLoc(qloc), ColonLoc(cloc) {} in AbstractConditionalOperator()
4280 SourceLocation qloc, SourceLocation cloc, in BinaryConditionalOperator() argument
4283 qloc, cloc), in BinaryConditionalOperator()