Defined in 3 files as a struct:
Defined in 27 files as a member:
- external/apache2/llvm/dist/clang/include/clang/AST/ExprCXX.h, line 843 (as a member)
- external/apache2/llvm/dist/clang/include/clang/AST/ExprCXX.h, line 1060 (as a member)
- external/apache2/llvm/dist/clang/include/clang/AST/ExprCXX.h, line 1185 (as a member)
- external/apache2/llvm/dist/clang/include/clang/AST/ExprCXX.h, line 4000 (as a member)
- external/apache2/llvm/dist/clang/include/clang/AST/ExprObjC.h, line 1570 (as a member)
- external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h, line 265 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp, line 171 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp, line 169 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/toy.cpp, line 168 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/toy.cpp, line 176 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/toy.cpp, line 177 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/toy.cpp, line 244 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp, line 153 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp, line 160 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp, line 179 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp, line 137 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp, line 138 (as a member)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp, line 139 (as a member)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ScheduleDAG.h, line 619 (as a member)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAGNodes.h, line 2593 (as a member)
- external/apache2/llvm/dist/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h, line 45 (as a member)
- external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/MIParser.cpp, line 380 (as a member)
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h, line 329 (as a member)
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp, line 4242 (as a member)
- external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISelEmitter.cpp, line 1350 (as a member)
- external/apache2/llvm/dist/llvm/utils/TableGen/PseudoLoweringEmitter.cpp, line 30 (as a member)
- external/apache2/llvm/dist/llvm/utils/TableGen/RISCVCompressInstEmitter.cpp, line 87 (as a member)
Defined in 5 files as a enumerator:
Referenced in 193 files:
- external/apache2/llvm/dist/clang/include/clang/AST/Expr.h, line 3583
- external/apache2/llvm/dist/clang/include/clang/AST/ExprCXX.h, 55 times
- external/apache2/llvm/dist/clang/include/clang/AST/ExprObjC.h, 11 times
- external/apache2/llvm/dist/clang/include/clang/AST/Stmt.h, 2 times
- external/apache2/llvm/dist/clang/include/clang/AST/StmtCXX.h, 5 times
- external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ASTMatchers.h, 3 times
- external/apache2/llvm/dist/clang/include/clang/Sema/Sema.h, 10 times
- external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h, 5 times
- external/apache2/llvm/dist/clang/lib/AST/Expr.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/AST/ExprCXX.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/AST/ExprConstant.cpp, 4 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExpr.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/TargetInfo.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/Parse/ParseDecl.cpp, 6 times
- external/apache2/llvm/dist/clang/lib/Parse/ParseExpr.cpp, 12 times
- external/apache2/llvm/dist/clang/lib/Parse/ParseExprCXX.cpp, 7 times
- external/apache2/llvm/dist/clang/lib/Sema/SemaCast.cpp, 6 times
- external/apache2/llvm/dist/clang/lib/Sema/SemaCoroutine.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/Sema/SemaExpr.cpp, 8 times
- external/apache2/llvm/dist/clang/lib/Sema/SemaExprCXX.cpp, 17 times
- external/apache2/llvm/dist/clang/lib/Sema/TreeTransform.h, 21 times
- external/apache2/llvm/dist/clang/lib/Serialization/ASTReaderStmt.cpp, 7 times
- external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp, line 69
- external/apache2/llvm/dist/clang/lib/Tooling/Syntax/BuildTree.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/Tooling/Syntax/Nodes.cpp, 2 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/toy.cpp, 6 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/toy.cpp, 7 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp, 4 times
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/IVUsers.h, line 131
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h, 12 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MachineInstr.h, 5 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ScheduleDAG.h, 7 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAG.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAGNodes.h, 8 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/TargetLowering.h, 6 times
- external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h, line 499
- external/apache2/llvm/dist/llvm/lib/Analysis/CodeMetrics.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Analysis/DependenceAnalysis.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Analysis/IVUsers.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Analysis/LoopInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ScalarEvolution.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/CodeGenPrepare.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/MIParser.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/MIRPrinter.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineInstr.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, 99 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringBase.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp, 50 times
- external/apache2/llvm/dist/llvm/lib/FuzzMutate/RandomIRBuilder.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/IR/AsmWriter.cpp, 31 times
- external/apache2/llvm/dist/llvm/lib/IR/Verifier.cpp, 16 times
- external/apache2/llvm/dist/llvm/lib/MC/MCCodeView.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/MC/MCParser/AsmParser.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/MC/MCParser/MasmParser.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelLowering.h, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp, 25 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600InstrInfo.h, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelLowering.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp, 20 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelLowering.h, line 532
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVVMReflect.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelLowering.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelLowering.h, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp, line 93
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/TargetLoweringObjectFile.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp, line 75
- external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstrBuilder.h, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PreAMXConfig.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroEarly.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ConstantMerge.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/IROutliner.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineInternal.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/GVN.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/NewGVN.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/SROA.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CloneFunction.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/PredicateInfo.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/VPlan.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/VPlanValue.h, 7 times
- external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp, 8 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/CodeTemplate.cpp, 2 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/CodeTemplate.h, 2 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp, 43 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h, 7 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp, line 127
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp, 4 times
- external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/Target.cpp, 3 times
- external/apache2/llvm/dist/llvm/utils/TableGen/CodeGenDAGPatterns.cpp, 9 times
- external/apache2/llvm/dist/llvm/utils/TableGen/CodeGenDAGPatterns.h, line 839
- external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISelEmitter.cpp, 25 times
- external/apache2/llvm/dist/llvm/utils/TableGen/PseudoLoweringEmitter.cpp, 6 times
- external/apache2/llvm/dist/llvm/utils/TableGen/RISCVCompressInstEmitter.cpp, 12 times
- external/apache2/llvm/dist/llvm/utils/TableGen/X86DisassemblerTables.cpp, 6 times
- external/gpl3/gcc.old/dist/libgcc/config/arm/ieee754-df.S, 4 times
- external/gpl3/gcc.old/dist/libgcc/config/arm/ieee754-sf.S, 4 times
- external/gpl3/gcc.old/dist/libgcc/config/msp430/lib2hw_mul.S, 10 times
- external/gpl3/gcc/dist/libgcc/config/arm/ieee754-df.S, 4 times
- external/gpl3/gcc/dist/libgcc/config/arm/ieee754-sf.S, 4 times
- external/gpl3/gcc/dist/libgcc/config/msp430/lib2hw_mul.S, 10 times
- external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/mips16-relax-unextended-1.s, line 5
- external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/mips16-relax-unextended-2.s, line 5
- external/gpl3/gdb/dist/gas/testsuite/gas/mips/mips16-relax-unextended-1.s, line 5
- external/gpl3/gdb/dist/gas/testsuite/gas/mips/mips16-relax-unextended-2.s, line 5
- sys/arch/m68k/060sp/dist/fpsp.s, line 3078
- sys/arch/m68k/060sp/dist/pfpsp.s, line 3078
- sys/arch/vax/vax/intvec.S, line 91
- sys/external/bsd/acpica/dist/disassembler/dmcstyle.c, 8 times
- sys/external/bsd/acpica/dist/dispatcher/dsopcode.c, 11 times
- sys/external/bsd/acpica/dist/dispatcher/dsutils.c, 7 times
- sys/external/bsd/acpica/dist/executer/exconfig.c, 11 times
- sys/external/bsd/acpica/dist/executer/excreate.c, 14 times
- sys/external/bsd/acpica/dist/executer/exoparg1.c, 70 times
- sys/external/bsd/acpica/dist/executer/exoparg2.c, 46 times
- sys/external/bsd/acpica/dist/executer/exoparg3.c, 17 times
- sys/external/bsd/acpica/dist/executer/exoparg6.c, 12 times
- sys/external/bsd/acpica/dist/executer/exresolv.c, 4 times
- sys/external/bsd/acpica/dist/include/acinterp.h, line 533
- sys/external/bsd/acpica/dist/include/acutils.h, 2 times
- sys/external/bsd/acpica/dist/include/platform/acefiex.h, 2 times
- sys/external/bsd/acpica/dist/utilities/utmath.c, 8 times
- sys/external/bsd/gnu-efi/dist/inc/efilib.h, 2 times
- sys/external/bsd/gnu-efi/dist/lib/aarch64/math.c, 4 times
- sys/external/bsd/gnu-efi/dist/lib/arm/math.c, 4 times
- sys/external/bsd/gnu-efi/dist/lib/ia32/math.c, 8 times
- sys/external/bsd/gnu-efi/dist/lib/ia64/math.c, 4 times
- sys/external/bsd/gnu-efi/dist/lib/mips64el/math.c, 4 times
- sys/external/bsd/gnu-efi/dist/lib/riscv64/math.c, 4 times
- sys/external/bsd/gnu-efi/dist/lib/x86_64/math.c, 8 times