Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp371 CFGBlockInfo(LocalVarContext EmptyCtx) in CFGBlockInfo()
372 : EntryContext(EmptyCtx), ExitContext(EmptyCtx) {} in CFGBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1440 static AsmWriterContext EmptyCtx(nullptr, nullptr); in getEmpty() local
1441 return EmptyCtx; in getEmpty()