Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h92 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
H A DCodeGenTypes.cpp373 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionTypeInternal()
H A DCGCall.cpp767 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()
793 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()
1582 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()
1708 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()