Home
last modified time | relevance | path

Searched refs:getModifiers (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp357 return ((Modifiers->getModifiers() & ModifierOptions::Const) != in isConstType()
364 return ((Modifiers->getModifiers() & ModifierOptions::Volatile) != in isVolatileType()
371 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
H A DGettextResource.java116 && Modifier.isPublic(handleGetObjectMethod.getModifiers()) in ngettext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp195 uint16_t Mods = static_cast<uint16_t>(Mod.getModifiers()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp388 uint16_t Mods = static_cast<uint16_t>(Mod.getModifiers()); in visitKnownRecord()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt189 311492 1 java/lang/reflect/Method.getModifiers
696 311492 5 java/lang/Class.getModifiers
H A Dj_flowtime_example.txt101 0 311481/2 4790257387473 26 -> java/lang/reflect/Method.getModifiers
102 0 311481/2 4790257387486 12 <- java/lang/reflect/Method.getModifiers
H A Dj_syscolors_example.txt111 0 311542/2 28 method -> java/lang/reflect/Method.getModifiers
112 0 311542/2 14 method <- java/lang/reflect/Method.getModifiers
H A Dj_flow_example.txt101 0 311403 4789112982170 <- java/lang/reflect/Method.getModifiers
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt189 311492 1 java/lang/reflect/Method.getModifiers
696 311492 5 java/lang/Class.getModifiers
H A Dj_flowtime_example.txt101 0 311481/2 4790257387473 26 -> java/lang/reflect/Method.getModifiers
102 0 311481/2 4790257387486 12 <- java/lang/reflect/Method.getModifiers
H A Dj_syscolors_example.txt111 0 311542/2 28 method -> java/lang/reflect/Method.getModifiers
112 0 311542/2 14 method <- java/lang/reflect/Method.getModifiers
H A Dj_flow_example.txt101 0 311403 4789112982170 <- java/lang/reflect/Method.getModifiers
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp877 Modifiers getModifiers() const { in getModifiers() function in __anon649c30870111::AMDGPUOperand
891 return getModifiers().hasModifiers(); in hasModifiers()
895 return getModifiers().hasFPModifiers(); in hasFPModifiers()
899 return getModifiers().hasIntModifiers(); in hasIntModifiers()
935 Modifiers Mods = getModifiers(); in addRegOrImmWithInputModsOperands()
955 Modifiers Mods = getModifiers(); in addRegWithInputModsOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h138 ModifierOptions getModifiers() const { return Modifiers; } in getModifiers() function