Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h87 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
H A DCodeGenTypes.cpp382 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionTypeInternal()
432 (noRecordsBeingLaidOut() && FunctionsBeingProcessed.empty()); in ConvertType()
H A DCGCall.cpp783 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()
809 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()
1621 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()
1747 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()