Home
last modified time | relevance | path

Searched defs:ident (Results 126 - 150 of 165) sorted by relevance

1234567

/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h70 struct ident { struct
191 struct ident *ident; member
[all...]
H A Dexpression.h255 struct ident *ident; member
H A Dpre-process.c127 static struct symbol *lookup_macro(struct ident *ident) in lookup_macro() argument
1187 struct ident *ident = token->ident; try_arg() local
1409 struct ident *ident = built_in_ident(name); predefine() local
2015 struct ident *ident; expand_has_extension() local
2040 struct ident *ident; expand_has_feature() local
[all...]
H A Dsymbol.c60 struct symbol *lookup_symbol(struct ident *ident, enum namespace ns) in lookup_symbol() argument
745 bind_symbol_with_scope(struct symbol *sym, struct ident *ident, enum namespace ns, struct scope *scope) bind_symbol_with_scope() argument
779 bind_symbol(struct symbol *sym, struct ident *ident, enum namespace ns) bind_symbol() argument
792 struct ident *ident = built_in_ident(name); create_symbol() local
[all...]
H A Dsymbol.h108 struct ident **ident; member
151 struct ident *ident; /* What identifier this symbol is associated with */ member
555 lookup_keyword(struct ident *ident, enum namespace ns) lookup_keyword() argument
[all...]
H A Dexample.c1205 const struct ident *ident = args[i].name; in replace_asm_named() local
[all...]
/third_party/python/Lib/logging/
H A Dhandlers.py976 ident = '' # prepended to all messages variable in SysLogHandler
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc899 auto ident = expect_ident(use); in expect_variable_ident_decl() local
928 auto ident = expect_ident(use); in expect_access() local
1523 auto ident = expect_ident("builtin"); expect_builtin() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc609 auto* ident = Expr("my_var"); in TEST_F() local
625 auto* ident = Expr("my_var"); in TEST_F() local
[all...]
H A Dresolver_validation.cc1492 auto* ident = call->Declaration()->target.name; in ValidateIntrinsicCall() local
/third_party/python/Modules/
H A D_threadmodule.c1162 unsigned long ident = PyThread_start_new_thread(thread_run, (void*) boot); in thread_PyThread_start_new_thread() local
1241 unsigned long ident = PyThread_get_thread_ident(); in thread_get_ident() local
1432 unsigned long ident = PyThread_get_thread_ident(); in thread_excepthook_file() local
H A D_json.c1448 PyObject *ident = NULL; in encoder_listencode_obj() local
1508 PyObject *ident = NULL; encoder_listencode_dict() local
1663 PyObject *ident = NULL; encoder_listencode_list() local
[all...]
/third_party/python/Lib/
H A Dthreading.py1162 def ident(self): member in Thread
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_ttls.c54 u8 ident; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_ttls.c54 u8 ident; member
[all...]
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h70 std::string ident = ""; member
/third_party/gn/src/gn/
H A Dcommand_format.cc409 const IdentifierNode* ident = binop->left()->AsIdentifier(); in SortIfApplicable() local
/third_party/alsa-lib/src/ucm/
H A Dmain.c2292 const char *ident, *mod_dev, *verb; in snd_use_case_get() local
/third_party/backends/backend/
H A Dkodakaio.c1938 get_device_from_identification (const char *ident, const char *vid, const char *pid) in get_device_from_identification() argument
H A Depson.c822 EpsonIdentRec ident; member
5868 EpsonIdent ident; in get_identity_information() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1761 ir_constant_data ident; in emit_inline_matrix_constructor() local
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc125 clang::IdentifierInfo* ident = &ctx_.Idents.get(n); in ResolveName() local
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp696 const DWRITE_MATRIX ident = { 1.0, 0.0, 0.0, 1.0, 0.0, 0.0 }; variable
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc558 auto* ident = call->Declaration()->target.name; in EmitFunctionCall() local
/third_party/python/Lib/test/
H A Dtest_coroutines.py1070 def ident(val): function

Completed in 59 milliseconds

1234567