Home
last modified time | relevance | path

Searched refs:cRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dvsscanf.c59 ,cRange enumerator
260 chunk = cRange; in vsscanf()
321 case cRange: in vsscanf()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp228 mlir::Location CIRGenModule::getLoc(SourceRange cRange) { in getLoc() argument
229 assert(cRange.isValid() && "expected a valid source range"); in getLoc()
230 mlir::Location begin = getLoc(cRange.getBegin()); in getLoc()
231 mlir::Location end = getLoc(cRange.getEnd()); in getLoc()
H A DCIRGenModule.h190 mlir::Location getLoc(clang::SourceRange cRange);