Searched defs:LineNumber (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutxferror.c73 AcpiError( const char *ModuleName, UINT32 LineNumber, const char *Format, ...) argument
[all...]
H A Dutdebug.c179 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
382 AcpiUtTraceStr( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, char *String) argument
422 AcpiUtTraceU32( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, UINT32 Integer) argument
461 AcpiUtExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId) argument
[all...]
H A Duterror.c81 AcpiUtPredefinedWarning( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
130 AcpiUtPredefinedInfo( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
179 AcpiUtPredefinedBiosError( const char *ModuleName, UINT32 LineNumber, char *Pathname, UINT8 NodeFlags, const char *Format, ...) argument
224 AcpiUtNamespaceError( const char *ModuleName, UINT32 LineNumber, const char *InternalName, ACPI_STATUS LookupStatus) argument
295 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
[all...]
H A Dutobject.c96 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
428 AcpiUtAllocateObjectDescDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllistsup.c169 LsCheckException( UINT32 LineNumber, UINT32 FileId) argument
H A Daslfiles.c78 FlSetLineNumber( UINT32 LineNumber) argument
H A Daslerror.c518 AslCommonError2( UINT8 Level, UINT8 MessageId, UINT32 LineNumber, UINT32 Column, char *SourceLine, char *Filename, char *ExtraMessage) argument
[all...]
H A Dasltypes.h190 UINT32 LineNumber; member in struct:asl_error_msg
210 UINT32 LineNumber; member in struct:asl_listing_node
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DGCOV.h180 uint32_t LineNumber; member in class:llvm::GCOVFunction
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h171 unsigned int LineNumber; member in struct:_LineNumberInfo
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dcron.h280 int LineNumber; variable
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h261 unsigned LineNumber; member in class:llvm::MCGenDwarfLabelEntry
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp350 createMemberType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty) argument
372 createStaticMemberType(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, DIType Ty, unsigned Flags, llvm::Value *Val) argument
396 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, StringRef PropertyName, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes) argument
425 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, MDNode *PropertyNode) argument
449 createObjCProperty(StringRef Name, DIFile File, unsigned LineNumber, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes, DIType Ty) argument
507 createClassType(DIDescriptor Context, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType DerivedFrom, DIArray Elements, MDNode *VTableHolder, MDNode *TemplateParams) argument
541 createStructType(DIDescriptor Context, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIType DerivedFrom, DIArray Elements, unsigned RunTimeLang, MDNode *VTableHolder) argument
573 createUnionType(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIArray Elements, unsigned RunTimeLang) argument
623 createEnumerationType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType UnderlyingType) argument
809 createGlobalVariable(StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
834 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
843 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp807 unsigned LineNumber = SrcMgr.FindLineNumber(Loc, CurBuffer); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp856 unsigned LineNumber = getLineNumber(Var->getLocation()); local
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1558 int64_t LineNumber = getTok().getIntVal(); local
2590 int64_t LineNumber = 0; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h925 UINT32 LineNumber; member in struct:acpi_parse_obj_asl
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsendmail.h2364 EXTERN int LineNumber; /* line number in current input */ variable

Completed in 324 milliseconds