Home
last modified time | relevance | path

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

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