Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h153 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
DCodeGenTypes.cpp346 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionType()
DCGCall.cpp541 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()
559 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()
1295 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()
1401 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()