Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Dexamples_test.sh30 Cxx="__CXX__"
37 make CXX="${Cxx}" "${1}"
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3201 bool Cxx = SemaRef.getLangOpts().CPlusPlus; in GetDeclSpecTypeForDeclarator() local
3209 Error = Cxx ? 1 : 2; /* Struct member */ in GetDeclSpecTypeForDeclarator()
3212 Error = Cxx ? 3 : 4; /* Union member */ in GetDeclSpecTypeForDeclarator()
/freebsd/contrib/flex/
H A DChangeLog3084 …Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, …