Home
last modified time | relevance | path

Searched defs:CSC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/mk/
H A DmkT0.cmd11 set CSC="%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" variable
15 set CSC="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe" variable
19 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe" variable
23 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe" variable
/freebsd/contrib/nvi/common/
H A Dcommon.h27 typedef struct _csc CSC; typedef
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp637 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S); in GetUnreachableLoc() local
650 const ObjCBridgedCastExpr *CSC = cast<ObjCBridgedCastExpr>(S); in GetUnreachableLoc() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp125 for (auto &CSC : llvm::reverse(SemaRef.CodeSynthesisContexts)) { in getEnclosingTypeAliasTemplateDecl() local
H A DSemaTemplateInstantiateDecl.cpp4865 SourceLocation Loc, CodeSynthesisContext::SynthesisKind CSC) { in InstantiateFunctionDeclaration()
H A DSemaTemplate.cpp11021 for (const CodeSynthesisContext &CSC : CodeSynthesisContexts) { in getTopMostPointOfInstantiation() local