OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FM
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp
42
FIDMap
FM
;
49
AddFID(
FM
, Fids, SM, D.getLocation());
53
AddFID(
FM
, Fids, SM, RI->getBegin());
54
AddFID(
FM
, Fids, SM, RI->getEnd());
102
EmitLocation(o, SM, D.getLocation(),
FM
, 2);
111
FM
, 4);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.h
30
FaultMaps
FM
;
144
FM
.reset();
/src/usr.sbin/mtree/
specspec.c
52
#define
FM
(a, b, c, d) \
166
if (
FM
(n1, n2, F_TIME, st_mtimespec))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTMerger.h
75
FileManager &
FM
;
85
FileManager &
FM
;
95
ImporterSource(ASTContext &AST, FileManager &
FM
, const OriginMap &OM,
97
: AST(AST),
FM
(
FM
), OM(OM), Temporary(Temporary), Merger(Merger) {}
99
FileManager &getFileManager() const { return
FM
; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp
134
FileManager &
FM
= Headers.getFileMgr();
156
if (auto DE =
FM
.getOptionalDirectoryRef(MappedPathStr)) {
165
if (auto FE =
FM
.getFile(MappedPathStr)) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
50
void printBugPath(llvm::raw_ostream &o, const FIDMap &
FM
,
83
const FIDMap&
FM
;
90
PlistPrinter(const FIDMap &
FM
, const Preprocessor &PP,
93
:
FM
(
FM
), PP(PP), CTU(CTU), MacroExpansions(MacroExpansions) {}
165
FIDMap &
FM
,
193
FM
, indent + 1);
231
FM
, indent + 2);
268
EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts),
FM
,
273
EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts),
FM
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
306
FastMathFlags
FM
= getFastMathFlags();
307
FM
&= FP->getFastMathFlags();
308
copyFastMathFlags(
FM
);
/src/sys/arch/powerpc/powerpc/
db_disasm.c
730
u_int
FM
;
731
FM
= extract_field(instr, 31 - 14, 8);
732
db_printf("0x%x, ",
FM
);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
2097
const FunctionMacro &
FM
= kv.second;
2101
<< "__arm_" << Name << "(" << join(
FM
.getParams(), ", ") << ") "
2102
<<
FM
.getDefinition() << "\n";
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
74
FaultMaps
FM
;
80
SM(*this),
FM
(*this) {}
581
FM
.serializeToFaultMapSection();
1071
FM
.recordFaultingOp(FK, FaultingLabel, HandlerLabel);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
731
Function *
FM
= dyn_cast<Function>(CM.second);
732
if (
FM
!= &F)
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026