Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h152 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
H A DCodeGenTypes.cpp361 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionType()
H A DCGCall.cpp770 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()
796 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()
1552 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()
1672 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()