Home
last modified time | relevance | path

Searched defs:FO (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp250 uint32_t FO = Iter->FileNameOffset; in getNameFromChecksums() local
286 uint32_t FO = Iter->FileNameOffset; in formatFromChecksumsOffset() local
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp46 FileSystemOptions FO; member in __anona9b0323b0111::CXLoadedDiagnosticSetImpl
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp319 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp427 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 DCGAtomic.cpp434 if (llvm::ConstantInt *FO = dyn_cast<llvm::ConstantInt>(FailureOrderVal)) { in emitAtomicCmpXchgFailureSet() local
H A DCGStmtOpenMP.cpp454 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 DSPIRVInstructionSelector.cpp995 AtomicOrdering FO = MemOp->getFailureOrdering(); selectAtomicCmpXchg() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1052 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 DAnalysisBasedWarnings.cpp464 CFGBlock::FilterOptions FO; CheckFallThrough() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3423 for (const auto &FO : Context->Comments.OrderedComments) { WriteComments() local