Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp361 CFGBlockInfo(LocalVarContext EmptyCtx) in CFGBlockInfo()
362 : EntryContext(EmptyCtx), ExitContext(EmptyCtx) {} in CFGBlockInfo()
/src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1379 static AsmWriterContext EmptyCtx(nullptr, nullptr); in getEmpty() local
1380 return EmptyCtx; in getEmpty()