Home
last modified time | relevance | path

Searched defs:ASM (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libpcap/msdos/
H A Dmakefile22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG macro
/freebsd/contrib/byacc/test/
H A Dgrammar.y1024 #define ASM 6 macro
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp738 StringRef ASM(AsmString); in formatAliasString() local
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c933 #define ASM 6 macro
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h51 enum class EmitKind { Obj, LLVM, ASM }; enumerator
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1189 #define ASM 6 macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3507 ArraySizeModifier ASM, in getConstantArrayType()
3698 ArraySizeModifier ASM, in getVariableArrayType()
3727 ArraySizeModifier ASM, in getDependentSizedArrayType()
3790 ArraySizeModifier ASM, in getIncompleteArrayType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2480 QualType Sema::BuildArrayType(QualType T, ArraySizeModifier ASM, in BuildArrayType()
5170 ArraySizeModifier ASM; in GetFullTypeForDeclarator() local