Home
last modified time | relevance | path

Searched defs:getC (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp59 C &getC() { in getC() function
/minix3/bin/csh/
H A Dlex.c133 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp326 const SCEV *DependenceAnalysis::Constraint::getC() const { in getC() function in DependenceAnalysis::Constraint