Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h97 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
DCodeGenTypes.cpp518 if (FunctionsBeingProcessed.count(FI)) { in ConvertType()
DCGCall.cpp504 bool inserted = FunctionsBeingProcessed.insert(FI); (void)inserted; in arrangeLLVMFunctionInfo()
521 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()
940 bool Inserted = FunctionsBeingProcessed.insert(&FI); (void)Inserted; in GetFunctionType()
1044 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()