Searched refs:FO (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/usr.bin/tip/tip/
H A Dremote.c64 &ES, &EX, &FO, &RC, &RE, &PA
199 if (FO != NOSTR)
200 vstring("fo", FO);
H A Dtip.h90 EXTERN char *FO; /* force (literal next) char*/ variable
/freebsd-12-stable/contrib/diff/src/
H A Ddiff3.c52 FC is the common file, FO the other file. */ macro
53 #define FO 0
709 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc);
710 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
746 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1);
755 lin result_offset = D_LOWLINE (ptr, FO) - lo;
758 if (!copy_stringlist (D_LINEARRAY (ptr, FO),
759 D_LENARRAY (ptr, FO),
762 D_NUMLINES (ptr, FO)))
767 for (i = D_HIGHLINE (ptr, FO)
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; local
31 FileManager FileMgr(FO);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp239 uint32_t FO = Iter->FileNameOffset; local
240 auto ExpectedFile = getNameFromStringTable(FO);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h413 codeview::FunctionOptions FO = codeview::FunctionOptions::None);
H A DCodeViewDebug.cpp414 FunctionOptions FO = FunctionOptions::None; local
423 FO |= FunctionOptions::CxxReturnUdt;
428 FO |= FunctionOptions::Constructor;
433 return FO;
456 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); local
458 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO);
1880 FunctionOptions FO = getFunctionOptions(Ty); local
1881 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(),
1890 FunctionOptions FO) {
1929 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO,
1886 lowerTypeMemberFunction(const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, bool IsStaticMethod, FunctionOptions FO) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp395 llvm::Value *&CXXThisValue, const FunctionOptions &FO) {
396 const CapturedDecl *CD = FO.S->getCapturedDecl();
397 const RecordDecl *RD = FO.S->getCapturedRecordDecl();
410 auto I = FO.S->captures().begin();
412 if (!FO.UIntPtrCastRequired) {
416 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(),
431 if (FO.UIntPtrCastRequired &&
461 FO.UIntPtrCastRequired
480 FO.FunctionName, &CGM.getModule());
488 FO
389 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) argument
[all...]
H A DCGAtomic.cpp415 if (llvm::ConstantInt *FO = dyn_cast<llvm::ConstantInt>(FailureOrderVal)) {
416 auto FOS = FO->getSExtValue();
/freebsd-12-stable/crypto/openssl/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, function
1097 FO(&p, &p, &keys[i]);
1100 FO(&p, &p, &keys[rounds - 2]);
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr);
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp435 CFGBlock::FilterOptions FO; local
436 FO.IgnoreDefaultsWithCoveredEnums = 1;
439 cfg->getExit().filtered_pred_start_end(FO);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2907 for (const auto &FO : Context->Comments.OrderedComments) {
2908 for (const auto &OC : FO.second) {

Completed in 148 milliseconds