/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 30 FileSystemOptions FO; in readDiagnostics() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 250 uint32_t FO = Iter->FileNameOffset; in getNameFromChecksums() local 286 uint32_t FO = Iter->FileNameOffset; in formatFromChecksumsOffset() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.cpp | 46 FileSystemOptions FO; member in __anona9b0323b0111::CXLoadedDiagnosticSetImpl
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 319 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 427 FunctionOptions FO = FunctionOptions::None; in getFunctionOptions() local 470 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); in getMemberFunctionType() local 2090 FunctionOptions FO = getFunctionOptions(Ty); lowerTypeFunction() local 2100 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 434 if (llvm::ConstantInt *FO = dyn_cast<llvm::ConstantInt>(FailureOrderVal)) { in emitAtomicCmpXchgFailureSet() local
|
H A D | CGStmtOpenMP.cpp | 454 emitOutlinedFunctionPrologue(CodeGenFunction & CGF,FunctionArgList & Args,llvm::MapVector<const Decl *,std::pair<const VarDecl *,Address>> & LocalAddrs,llvm::DenseMap<const Decl *,std::pair<const Expr *,llvm::Value * >> & VLASizes,llvm::Value * & CXXThisValue,const FunctionOptions & FO) emitOutlinedFunctionPrologue() argument 650 FunctionOptions FO(&S, !NeedWrapperFunction, /*RegisterCastedArgsOnly=*/false, GenerateOpenMPCapturedStmtFunction() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 995 AtomicOrdering FO = MemOp->getFailureOrdering(); selectAtomicCmpXchg() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1052 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect() local 1265 unsigned FO = llvm::countl_one<uint64_t>(LZ == 64 ? 0 : (Imm << LZ)); in selectI64ImmDirectPrefix() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 464 CFGBlock::FilterOptions FO; CheckFallThrough() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3423 for (const auto &FO : Context->Comments.OrderedComments) { WriteComments() local
|