/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | util.rs | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 105 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString() argument
|
H A D | IfConversion.cpp | 907 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidForkedDiamond() local 976 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidDiamond() local [all...] |
H A D | CodeGenPrepare.cpp | 6179 BasicBlock *TT, *FT; in optimizeSelectInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Mangler.cpp | 169 FunctionType *FT = MSFunc->getFunctionType(); in getNameWithPrefix() local
|
H A D | Type.cpp | 305 FunctionType *FT; in get() local
|
H A D | Function.cpp | 302 auto *FT = getFunctionType(); in BuildLazyArguments() local
|
H A D | AutoUpgrade.cpp | 747 const auto *FT = F->getFunctionType(); in UpgradeIntrinsicFunction1() local
|
H A D | AsmWriter.cpp | 3452 FunctionType *FT = F->getFunctionType(); in printFunction() local
|
H A D | Verifier.cpp | 1689 void Verifier::verifyFunctionAttrs(FunctionType *FT, AttributeList Attrs, in verifyFunctionAttrs() argument 2168 FunctionType *FT in visitFunction() local [all...] |
/third_party/lzma/C/ |
H A D | Aes.c | 176 #define FT(i, x) Sbox[gb(x, m[(i + x) & 3])]
macro
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | DirItem.h | 88 FILETIME FT;
member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 104 FunctionType *FT = F->getFunctionType(); in lookupFunction() local 310 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit() argument 320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() argument 326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() argument 335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() argument 417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() argument 429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() argument 444 lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) lle_X_scanf() argument 459 lle_X_fprintf(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_fprintf() argument 472 lle_X_memset(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_memset() argument 484 lle_X_memcpy(FunctionType *FT, ArrayRef<GenericValue> Args) lle_X_memcpy() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OpenCLImageTypeLoweringPass.cpp | 272 FunctionType *FT = F->getFunctionType(); in addImplicitArgs() local
|
H A D | AMDGPULibFunc.h | 440 explicit AMDGPUUnmangledLibFunc(StringRef FName, FunctionType *FT) { in AMDGPUUnmangledLibFunc() argument 455 void setFunctionType(FunctionType *FT) { FuncTy = FT; } in setFunctionType() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() argument 420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Lint.cpp | 238 FunctionType *FT = F->getFunctionType(); in visitCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 560 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local 596 auto FT = F->getFunctionType(); in checkWFAlloc() local 611 auto FT = F->getFunctionType(); checkWFDealloc() local [all...] |
/third_party/mbedtls/library/ |
H A D | aes.c | 117 #define FT \ macro 200 #undef FT macro
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 240 FILETIME FT;
member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 1114 CallBase(AttributeList const &A, FunctionType *FT, ArgsTy &&... Args) in CallBase() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 522 FunctionType *FT; in getCustomFunctionType() local 653 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local 684 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction() argument 834 FunctionType *FT = F.getFunctionType(); runOnModule() local 1577 FunctionType *FT = F->getFunctionType(); visitCallSite() local 1676 FunctionType *FT = cast<FunctionType>( visitCallSite() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 115 #define FT(t) ((sljit_ins)freg_map[t] << 16) macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 903 FunctionType *FT = cast<FunctionType>(T); in writeTypeTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4566 FunctionType *FT = Callee->getFunctionType(); in transformConstExprCastCall() local [all...] |